Browse Source

add manifest url filter

main
ghost 2 years ago
parent
commit
f8e0a50db6
  1. 2
      crontab/crawler.php

2
crontab/crawler.php

@ -91,7 +91,7 @@ foreach ($db->getCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECONDS_OFFSET
} }
if (@$meta->getAttribute('name') == 'yggo') { if (@$meta->getAttribute('name') == 'yggo') {
$metaYggo = @$meta->getAttribute('content'); $metaYggo = Filter::url(@$meta->getAttribute('content'));
} }
} }

Loading…
Cancel
Save