qwant doesnt return results past the first page, fuck this stupid shit
This commit is contained in:
@@ -644,7 +644,6 @@ class frontend{
|
|||||||
"google_cse" => "Google CSE",
|
"google_cse" => "Google CSE",
|
||||||
"yahoo_japan" => "Yahoo! JAPAN",
|
"yahoo_japan" => "Yahoo! JAPAN",
|
||||||
"startpage" => "Startpage",
|
"startpage" => "Startpage",
|
||||||
"qwant" => "Qwant",
|
|
||||||
"yep" => "Yep",
|
"yep" => "Yep",
|
||||||
"mwmbl" => "Mwmbl",
|
"mwmbl" => "Mwmbl",
|
||||||
"mojeek" => "Mojeek",
|
"mojeek" => "Mojeek",
|
||||||
@@ -671,7 +670,6 @@ class frontend{
|
|||||||
"google_cse" => "Google CSE",
|
"google_cse" => "Google CSE",
|
||||||
"yahoo_japan" => "Yahoo! JAPAN",
|
"yahoo_japan" => "Yahoo! JAPAN",
|
||||||
"startpage" => "Startpage",
|
"startpage" => "Startpage",
|
||||||
"qwant" => "Qwant",
|
|
||||||
"naver" => "Naver",
|
"naver" => "Naver",
|
||||||
"baidu" => "Baidu",
|
"baidu" => "Baidu",
|
||||||
"solofield" => "Solofield",
|
"solofield" => "Solofield",
|
||||||
@@ -705,7 +703,6 @@ class frontend{
|
|||||||
"google" => "Google",
|
"google" => "Google",
|
||||||
"yahoo_japan" => "Yahoo! JAPAN",
|
"yahoo_japan" => "Yahoo! JAPAN",
|
||||||
"startpage" => "Startpage",
|
"startpage" => "Startpage",
|
||||||
"qwant" => "Qwant",
|
|
||||||
"naver" => "Naver",
|
"naver" => "Naver",
|
||||||
"baidu" => "Baidu",
|
"baidu" => "Baidu",
|
||||||
"coccoc" => "Cốc Cốc",
|
"coccoc" => "Cốc Cốc",
|
||||||
@@ -724,7 +721,6 @@ class frontend{
|
|||||||
"google" => "Google",
|
"google" => "Google",
|
||||||
"yahoo_japan" => "Yahoo! JAPAN",
|
"yahoo_japan" => "Yahoo! JAPAN",
|
||||||
"startpage" => "Startpage",
|
"startpage" => "Startpage",
|
||||||
"qwant" => "Qwant",
|
|
||||||
//"mojeek" => "Mojeek",
|
//"mojeek" => "Mojeek",
|
||||||
"baidu" => "Baidu"
|
"baidu" => "Baidu"
|
||||||
]
|
]
|
||||||
|
|||||||
1102
scraper/qwant.php
1102
scraper/qwant.php
File diff suppressed because it is too large
Load Diff
20
settings.php
20
settings.php
@@ -87,10 +87,6 @@ $settings = [
|
|||||||
"value" => "kagi",
|
"value" => "kagi",
|
||||||
"text" => "Kagi"
|
"text" => "Kagi"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"value" => "qwant",
|
|
||||||
"text" => "Qwant"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"value" => "yep",
|
"value" => "yep",
|
||||||
"text" => "Yep"
|
"text" => "Yep"
|
||||||
@@ -145,10 +141,6 @@ $settings = [
|
|||||||
"value" => "startpage",
|
"value" => "startpage",
|
||||||
"text" => "Startpage"
|
"text" => "Startpage"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"value" => "qwant",
|
|
||||||
"text" => "Qwant"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"value" => "ghostery",
|
"value" => "ghostery",
|
||||||
"text" => "Ghostery"
|
"text" => "Ghostery"
|
||||||
@@ -231,10 +223,6 @@ $settings = [
|
|||||||
"value" => "startpage",
|
"value" => "startpage",
|
||||||
"text" => "Startpage"
|
"text" => "Startpage"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"value" => "qwant",
|
|
||||||
"text" => "Qwant"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"value" => "naver",
|
"value" => "naver",
|
||||||
"text" => "Naver"
|
"text" => "Naver"
|
||||||
@@ -329,10 +317,6 @@ $settings = [
|
|||||||
"value" => "startpage",
|
"value" => "startpage",
|
||||||
"text" => "Startpage"
|
"text" => "Startpage"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"value" => "qwant",
|
|
||||||
"text" => "Qwant"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"value" => "naver",
|
"value" => "naver",
|
||||||
"text" => "Naver"
|
"text" => "Naver"
|
||||||
@@ -379,10 +363,6 @@ $settings = [
|
|||||||
"value" => "startpage",
|
"value" => "startpage",
|
||||||
"text" => "Startpage"
|
"text" => "Startpage"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
"value" => "qwant",
|
|
||||||
"text" => "Qwant"
|
|
||||||
],
|
|
||||||
/*[
|
/*[
|
||||||
"value" => "mojeek",
|
"value" => "mojeek",
|
||||||
"text" => "Mojeek"
|
"text" => "Mojeek"
|
||||||
|
|||||||
Reference in New Issue
Block a user