Ignore gallery fix

This commit is contained in:
2020-10-02 16:12:53 +05:00
parent 5f1a90a4c7
commit c0b09b47b6
2 changed files with 7 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class OneOnlineScraper
if($crawler->filter('.gallery-cover')->count() > 0)
{
return 0;
return;
}
$crawler->filter('h1')->each(function ($node) {