From f8e0a50db6b5d5c52dd4495ffb8b7e423ba580af Mon Sep 17 00:00:00 2001 From: ghost <noreply@localhost> Date: Wed, 3 May 2023 09:26:48 +0300 Subject: [PATCH] add manifest url filter --- crontab/crawler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab/crawler.php b/crontab/crawler.php index c213751..7221fde 100644 --- a/crontab/crawler.php +++ b/crontab/crawler.php @@ -91,7 +91,7 @@ foreach ($db->getCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECONDS_OFFSET } if (@$meta->getAttribute('name') == 'yggo') { - $metaYggo = @$meta->getAttribute('content'); + $metaYggo = Filter::url(@$meta->getAttribute('content')); } }