diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-01-21 17:33:26 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-01-21 17:33:26 +0100 |
commit | fe8b741fc804a086aeb52abef474468721c667e0 (patch) | |
tree | f105b00b03106ddd114d882db975f5f0aa4e8993 /src | |
parent | f721abc096eedd1443fddbb469609364d1b016dd (diff) | |
download | ryzomcore_searx-fe8b741fc804a086aeb52abef474468721c667e0.tar.xz ryzomcore_searx-fe8b741fc804a086aeb52abef474468721c667e0.zip |
change http to https
Diffstat (limited to 'src')
-rw-r--r-- | src/devryzom.py | 2 | ||||
-rw-r--r-- | src/forgeryzom.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devryzom.py b/src/devryzom.py index 7201096..80afab5 100644 --- a/src/devryzom.py +++ b/src/devryzom.py @@ -22,7 +22,7 @@ number_of_results = 5 # search-url # Doku is OpenSearch compatible -base_url = 'http://dev.ryzom.com' +base_url = 'https://dev.ryzom.com' search_url = '/search?wiki_pages=1&{query}' #search_url = '/wikhan/?do=search'\ # '&{query}' diff --git a/src/forgeryzom.py b/src/forgeryzom.py index 850ae43..8ec6a00 100644 --- a/src/forgeryzom.py +++ b/src/forgeryzom.py @@ -22,7 +22,7 @@ number_of_results = 5 # search-url # Doku is OpenSearch compatible -base_url = 'http://forge.ryzom.com' +base_url = 'https://forge.ryzom.com' search_url = '/wiki/W/api.php?action=query'\ '&{query}' # TODO '&startRecord={offset}'\ |