Update (task)

This commit is contained in:
2023-11-21 02:26:28 +08:00
parent c0bd7ecaed
commit e8f18ef8f9
2 changed files with 4 additions and 0 deletions

View File

@@ -96,6 +96,10 @@ public static function handle(NewsSerpResult $news_serp_result, $serp_counts = 1
continue;
}
if ($serp_url->picked == true)
{
continue;
}
}
if (str_contains($serp_item->title, ':')) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB