bug fix
This commit is contained in:
		@@ -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
 | 
			
		||||
        ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user