This commit is contained in:
2020-09-04 00:38:00 +05:00
parent a790407237
commit 3a26f78363

View File

@@ -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
];