fixed bing images failing to load, added flickr(ff8b1addf7)

fixed bing images failing to load, added flickr (ff8b1addf7) // (077692db49 // (ff8b1addf7/scraper/qwant.php // (566680fe36) // (8d07e72dfe) // (4b85841a3e)
This commit is contained in:
vdbhb59 2025-04-18 16:33:34 +05:30
commit 5ff2b87c2e
6 changed files with 561 additions and 36 deletions

View file

@ -939,6 +939,7 @@ class frontend{
"brave" => "Brave",
"yandex" => "Yandex",
"google" => "Google",
//"google_api" => "Google API",
"google_cse" => "Google CSE",
"startpage" => "Startpage",
"qwant" => "Qwant",
@ -970,10 +971,12 @@ class frontend{
"yep" => "Yep",
"solofield" => "Solofield",
"pinterest" => "Pinterest",
"flickr" => "Flickr",
"fivehpx" => "500px",
"vsco" => "VSCO",
"imgur" => "Imgur",
"ftm" => "FindThatMeme"
"ftm" => "FindThatMeme",
//"sankakucomplex" => "SankakuComplex"
]
];
break;
@ -1339,4 +1342,4 @@ class frontend{
return $page . "?" . $query . "&npt=" . $npt;
}
}
}