WIP
This commit is contained in:
		@@ -37,6 +37,10 @@ class ThiladhunScraper
 | 
			
		||||
    public function extract($url)
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
        if (strpos($url, 'gallery') !== false) {
 | 
			
		||||
            return null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $crawler = $this->client->request('GET', $url);
 | 
			
		||||
 | 
			
		||||
        $crawler->filter('meta[property="og:title"]')->each(function ($node) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user