|
@@ -0,0 +1,715 @@
|
|
|
+From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
|
+Date: Mon, 12 Mar 2018 20:31:44 +0100
|
|
|
+Subject: Add Qwant search engine
|
|
|
+
|
|
|
+---
|
|
|
+ .../search_engines/prepopulated_engines.json | 13 +-
|
|
|
+ components/search_engines/search_engine_type.h | 1 +
|
|
|
+ .../template_url_prepopulate_data.cc | 218 ++++++++++-----------
|
|
|
+ 3 files changed, 122 insertions(+), 110 deletions(-)
|
|
|
+
|
|
|
+diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
|
|
|
+--- a/components/search_engines/prepopulated_engines.json
|
|
|
++++ b/components/search_engines/prepopulated_engines.json
|
|
|
+@@ -32,7 +32,7 @@
|
|
|
+
|
|
|
+ // Increment this if you change the data in ways that mean users with
|
|
|
+ // existing data should get a new version.
|
|
|
+- "kCurrentDataVersion": 102
|
|
|
++ "kCurrentDataVersion": 103
|
|
|
+ },
|
|
|
+
|
|
|
+ // The following engines are included in country lists and are added to the
|
|
|
+@@ -939,6 +939,17 @@
|
|
|
+ "id": 6
|
|
|
+ },
|
|
|
+
|
|
|
++ "qwant": {
|
|
|
++ "name": "Qwant",
|
|
|
++ "keyword": "qwant.com",
|
|
|
++ "favicon_url": "https://www.qwant.com/favicon.ico",
|
|
|
++ "search_url": "https://www.qwant.com/?client=opensearch&q={searchTerms}",
|
|
|
++ "suggest_url": "https://api.qwant.com/api/suggest/?client=opensearch&q={searchTerms}",
|
|
|
++ "image_url": "https://www.qwant.com/?t=images&q={searchTerms}",
|
|
|
++ "type": "SEARCH_ENGINE_QWANT",
|
|
|
++ "id": 14
|
|
|
++ },
|
|
|
++
|
|
|
+ "rambler": {
|
|
|
+ "name": "\u0420\u0430\u043c\u0431\u043b\u0435\u0440",
|
|
|
+ "keyword": "rambler.ru",
|
|
|
+diff --git a/components/search_engines/search_engine_type.h b/components/search_engines/search_engine_type.h
|
|
|
+--- a/components/search_engines/search_engine_type.h
|
|
|
++++ b/components/search_engines/search_engine_type.h
|
|
|
+@@ -67,6 +67,7 @@ enum SearchEngineType {
|
|
|
+ SEARCH_ENGINE_DUCKDUCKGOLIGHT,
|
|
|
+ SEARCH_ENGINE_STARTPAGE,
|
|
|
+ SEARCH_ENGINE_GOOGLE_EN,
|
|
|
++ SEARCH_ENGINE_QWANT,
|
|
|
+ SEARCH_ENGINE_MAX // Bounding value needed for UMA histogram macro.
|
|
|
+ };
|
|
|
+
|
|
|
+diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
|
|
|
+--- a/components/search_engines/template_url_prepopulate_data.cc
|
|
|
++++ b/components/search_engines/template_url_prepopulate_data.cc
|
|
|
+@@ -51,548 +51,548 @@ namespace {
|
|
|
+
|
|
|
+ // Default (for countries with no better engine set)
|
|
|
+ const PrepopulatedEngine* const engines_default[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // United Arab Emirates
|
|
|
+ const PrepopulatedEngine* const engines_AE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Albania
|
|
|
+ const PrepopulatedEngine* const engines_AL[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Argentina
|
|
|
+ const PrepopulatedEngine* const engines_AR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_ar,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_ar,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Austria
|
|
|
+ const PrepopulatedEngine* const engines_AT[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_at,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_at,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Australia
|
|
|
+ const PrepopulatedEngine* const engines_AU[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_au,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_au,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Bosnia and Herzegovina
|
|
|
+ const PrepopulatedEngine* const engines_BA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Belgium
|
|
|
+ const PrepopulatedEngine* const engines_BE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo, &yahoo_fr,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo, &yahoo_fr,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Bulgaria
|
|
|
+ const PrepopulatedEngine* const engines_BG[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &ask,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &ask,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Bahrain
|
|
|
+ const PrepopulatedEngine* const engines_BH[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Burundi
|
|
|
+ const PrepopulatedEngine* const engines_BI[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Brunei
|
|
|
+ const PrepopulatedEngine* const engines_BN[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_my, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_my, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Bolivia
|
|
|
+ const PrepopulatedEngine* const engines_BO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Brazil
|
|
|
+ const PrepopulatedEngine* const engines_BR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &ask_br, &bing, &yahoo_br,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &ask_br, &bing, &yahoo_br,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Belarus
|
|
|
+ const PrepopulatedEngine* const engines_BY[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yandex_by, &mail_ru,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yandex_by, &mail_ru,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Belize
|
|
|
+ const PrepopulatedEngine* const engines_BZ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Canada
|
|
|
+ const PrepopulatedEngine* const engines_CA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &ask, &yahoo_ca, &yahoo_qc,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &ask, &yahoo_ca, &yahoo_qc,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Switzerland
|
|
|
+ const PrepopulatedEngine* const engines_CH[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_ch,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_ch,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Chile
|
|
|
+ const PrepopulatedEngine* const engines_CL[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_cl,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_cl,
|
|
|
+ };
|
|
|
+
|
|
|
+ // China
|
|
|
+ const PrepopulatedEngine* const engines_CN[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &baidu, &sogou, &so_360,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &baidu, &sogou, &so_360,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Colombia
|
|
|
+ const PrepopulatedEngine* const engines_CO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_co,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_co,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Costa Rica
|
|
|
+ const PrepopulatedEngine* const engines_CR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Czech Republic
|
|
|
+ const PrepopulatedEngine* const engines_CZ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &seznam, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &seznam, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Germany
|
|
|
+ const PrepopulatedEngine* const engines_DE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_de,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_de,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Denmark
|
|
|
+ const PrepopulatedEngine* const engines_DK[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_dk,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_dk,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Dominican Republic
|
|
|
+ const PrepopulatedEngine* const engines_DO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Algeria
|
|
|
+ const PrepopulatedEngine* const engines_DZ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Ecuador
|
|
|
+ const PrepopulatedEngine* const engines_EC[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Estonia
|
|
|
+ const PrepopulatedEngine* const engines_EE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Egypt
|
|
|
+ const PrepopulatedEngine* const engines_EG[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Spain
|
|
|
+ const PrepopulatedEngine* const engines_ES[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_es,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_es,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Faroe Islands
|
|
|
+ const PrepopulatedEngine* const engines_FO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &ask,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &ask,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Finland
|
|
|
+ const PrepopulatedEngine* const engines_FI[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_fi,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_fi,
|
|
|
+ };
|
|
|
+
|
|
|
+ // France
|
|
|
+ const PrepopulatedEngine* const engines_FR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_fr,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_fr,
|
|
|
+ };
|
|
|
+
|
|
|
+ // United Kingdom
|
|
|
+ const PrepopulatedEngine* const engines_GB[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_uk, &ask_uk,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_uk, &ask_uk,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Greece
|
|
|
+ const PrepopulatedEngine* const engines_GR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_gr,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_gr,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Guatemala
|
|
|
+ const PrepopulatedEngine* const engines_GT[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Hong Kong
|
|
|
+ const PrepopulatedEngine* const engines_HK[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_hk, &baidu, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_hk, &baidu, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Honduras
|
|
|
+ const PrepopulatedEngine* const engines_HN[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Croatia
|
|
|
+ const PrepopulatedEngine* const engines_HR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Hungary
|
|
|
+ const PrepopulatedEngine* const engines_HU[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Indonesia
|
|
|
+ const PrepopulatedEngine* const engines_ID[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_id, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_id, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Ireland
|
|
|
+ const PrepopulatedEngine* const engines_IE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_uk,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_uk,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Israel
|
|
|
+ const PrepopulatedEngine* const engines_IL[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // India
|
|
|
+ const PrepopulatedEngine* const engines_IN[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_in,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_in,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Iraq
|
|
|
+ const PrepopulatedEngine* const engines_IQ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Iran
|
|
|
+ const PrepopulatedEngine* const engines_IR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Iceland
|
|
|
+ const PrepopulatedEngine* const engines_IS[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Italy
|
|
|
+ const PrepopulatedEngine* const engines_IT[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &virgilio, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &virgilio, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Jamaica
|
|
|
+ const PrepopulatedEngine* const engines_JM[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Jordan
|
|
|
+ const PrepopulatedEngine* const engines_JO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Japan
|
|
|
+ const PrepopulatedEngine* const engines_JP[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_jp, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_jp, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Kenya
|
|
|
+ const PrepopulatedEngine* const engines_KE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Kuwait
|
|
|
+ const PrepopulatedEngine* const engines_KW[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // South Korea
|
|
|
+ const PrepopulatedEngine* const engines_KR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &naver, &daum,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &naver, &daum,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Kazakhstan
|
|
|
+ const PrepopulatedEngine* const engines_KZ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &mail_ru, &yandex_kz,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &mail_ru, &yandex_kz,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Lebanon
|
|
|
+ const PrepopulatedEngine* const engines_LB[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Liechtenstein
|
|
|
+ const PrepopulatedEngine* const engines_LI[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_de,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_de,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Lithuania
|
|
|
+ const PrepopulatedEngine* const engines_LT[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yandex_ru,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yandex_ru,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Luxembourg
|
|
|
+ const PrepopulatedEngine* const engines_LU[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_fr,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_fr,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Latvia
|
|
|
+ const PrepopulatedEngine* const engines_LV[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yandex_ru, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yandex_ru, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Libya
|
|
|
+ const PrepopulatedEngine* const engines_LY[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Morocco
|
|
|
+ const PrepopulatedEngine* const engines_MA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Monaco
|
|
|
+ const PrepopulatedEngine* const engines_MC[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_fr, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_fr, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Moldova
|
|
|
+ const PrepopulatedEngine* const engines_MD[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Montenegro
|
|
|
+ const PrepopulatedEngine* const engines_ME[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Macedonia
|
|
|
+ const PrepopulatedEngine* const engines_MK[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Mexico
|
|
|
+ const PrepopulatedEngine* const engines_MX[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_mx,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_mx,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Malaysia
|
|
|
+ const PrepopulatedEngine* const engines_MY[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_my, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_my, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Nicaragua
|
|
|
+ const PrepopulatedEngine* const engines_NI[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Netherlands
|
|
|
+ const PrepopulatedEngine* const engines_NL[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_nl, &vinden,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_nl, &vinden,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Norway
|
|
|
+ const PrepopulatedEngine* const engines_NO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &kvasir,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &kvasir,
|
|
|
+ };
|
|
|
+
|
|
|
+ // New Zealand
|
|
|
+ const PrepopulatedEngine* const engines_NZ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_nz,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_nz,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Oman
|
|
|
+ const PrepopulatedEngine* const engines_OM[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Panama
|
|
|
+ const PrepopulatedEngine* const engines_PA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Peru
|
|
|
+ const PrepopulatedEngine* const engines_PE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_pe,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_pe,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Philippines
|
|
|
+ const PrepopulatedEngine* const engines_PH[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_ph, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_ph, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Pakistan
|
|
|
+ const PrepopulatedEngine* const engines_PK[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Puerto Rico
|
|
|
+ const PrepopulatedEngine* const engines_PR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Poland
|
|
|
+ const PrepopulatedEngine* const engines_PL[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &onet, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &onet, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Portugal
|
|
|
+ const PrepopulatedEngine* const engines_PT[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Paraguay
|
|
|
+ const PrepopulatedEngine* const engines_PY[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Qatar
|
|
|
+ const PrepopulatedEngine* const engines_QA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Romania
|
|
|
+ const PrepopulatedEngine* const engines_RO[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_ro, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_ro, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Serbia
|
|
|
+ const PrepopulatedEngine* const engines_RS[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Russia
|
|
|
+ const PrepopulatedEngine* const engines_RU[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yandex_ru, &mail_ru,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yandex_ru, &mail_ru,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Rwanda
|
|
|
+ const PrepopulatedEngine* const engines_RW[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Saudi Arabia
|
|
|
+ const PrepopulatedEngine* const engines_SA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_maktoob, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Sweden
|
|
|
+ const PrepopulatedEngine* const engines_SE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_se,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_se,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Singapore
|
|
|
+ const PrepopulatedEngine* const engines_SG[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_sg, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_sg, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Slovenia
|
|
|
+ const PrepopulatedEngine* const engines_SI[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &najdi, &ask,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &najdi, &ask,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Slovakia
|
|
|
+ const PrepopulatedEngine* const engines_SK[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // El Salvador
|
|
|
+ const PrepopulatedEngine* const engines_SV[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Syria
|
|
|
+ const PrepopulatedEngine* const engines_SY[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Thailand
|
|
|
+ const PrepopulatedEngine* const engines_TH[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_th, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_th, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Tunisia
|
|
|
+ const PrepopulatedEngine* const engines_TN[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Turkey
|
|
|
+ const PrepopulatedEngine* const engines_TR[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_tr, &yandex_tr,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_tr, &yandex_tr,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Trinidad and Tobago
|
|
|
+ const PrepopulatedEngine* const engines_TT[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Taiwan
|
|
|
+ const PrepopulatedEngine* const engines_TW[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_tw, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_tw, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Tanzania
|
|
|
+ const PrepopulatedEngine* const engines_TZ[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Ukraine
|
|
|
+ const PrepopulatedEngine* const engines_UA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yandex_ua, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yandex_ua, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // United States
|
|
|
+ const PrepopulatedEngine* const engines_US[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo, &aol, &ask,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo, &aol, &ask,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Uruguay
|
|
|
+ const PrepopulatedEngine* const engines_UY[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Venezuela
|
|
|
+ const PrepopulatedEngine* const engines_VE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_ve,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_ve,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Vietnam
|
|
|
+ const PrepopulatedEngine* const engines_VN[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &yahoo_vn, &bing,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &yahoo_vn, &bing,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Yemen
|
|
|
+ const PrepopulatedEngine* const engines_YE[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo_maktoob,
|
|
|
+ };
|
|
|
+
|
|
|
+ // South Africa
|
|
|
+ const PrepopulatedEngine* const engines_ZA[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo,
|
|
|
+ };
|
|
|
+
|
|
|
+ // Zimbabwe
|
|
|
+ const PrepopulatedEngine* const engines_ZW[] = {
|
|
|
+- &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &bing, &yahoo, &ask,
|
|
|
++ &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &bing, &yahoo, &ask,
|
|
|
+ };
|
|
|
+
|
|
|
+ // A list of all the engines that we know about.
|
|
|
+ const PrepopulatedEngine* const kAllEngines[] = {
|
|
|
+ // Prepopulated engines:
|
|
|
+- &aol, &ask, &ask_br, &ask_uk, &baidu, &bing, &daum, &googleen, &google, &startpage, &duckduckgo, &duckduckgo_light, &kvasir,
|
|
|
++ &aol, &ask, &ask_br, &ask_uk, &baidu, &bing, &daum, &googleen, &google, &startpage, &qwant, &duckduckgo, &duckduckgo_light, &kvasir,
|
|
|
+ &mail_ru, &najdi, &naver, &onet, &seznam, &sogou, &vinden, &virgilio,
|
|
|
+ &yahoo, &yahoo_ar, &yahoo_at, &yahoo_au, &yahoo_br, &yahoo_ca, &yahoo_ch,
|
|
|
+ &yahoo_cl, &yahoo_co, &yahoo_de, &yahoo_dk, &yahoo_es, &yahoo_fi, &yahoo_fr,
|
|
|
+--
|
|
|
+2.7.4
|
|
|
+
|