Whitespace
This commit is contained in:
parent
747e827fef
commit
4f26290346
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@
|
||||||
} else
|
} else
|
||||||
$url = $possible_url;
|
$url = $possible_url;
|
||||||
|
|
||||||
if (str_starts_with($url, "a1"))
|
if (str_starts_with($url, "a1"))
|
||||||
continue; // It's probably a Bing-relative link such as for video, skip it.
|
continue; // It's probably a Bing-relative link such as for video, skip it.
|
||||||
|
|
||||||
if (!empty($results) && array_key_exists("url", $results) && end($results)["url"] == $url->textContent)
|
if (!empty($results) && array_key_exists("url", $results) && end($results)["url"] == $url->textContent)
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue