diff --git a/app/Services/Scrapers/AdduLiveScraper.php b/app/Services/Scrapers/AdduLiveScraper.php index f15150a..a06b06b 100644 --- a/app/Services/Scrapers/AdduLiveScraper.php +++ b/app/Services/Scrapers/AdduLiveScraper.php @@ -54,7 +54,7 @@ class AdduLiveScraper 'content' => $this->content, 'url' => $url, 'date' => $crawler->filter('.entry-meta time')->first()->text(), - 'guid' => str_replace("https://thepress.mv/","",$url), + 'guid' => str_replace("https://www.addulive.com/","",$url), 'author' => $this->author, 'topics' => $this->topics ];