bug fix
This commit is contained in:
@@ -54,7 +54,7 @@ class AdduLiveScraper
|
|||||||
'content' => $this->content,
|
'content' => $this->content,
|
||||||
'url' => $url,
|
'url' => $url,
|
||||||
'date' => $crawler->filter('.entry-meta time')->first()->text(),
|
'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,
|
'author' => $this->author,
|
||||||
'topics' => $this->topics
|
'topics' => $this->topics
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user