diff options
author | Emilien Devos <contact@emiliendevos.be> | 2021-02-15 13:38:34 +0100 |
---|---|---|
committer | Emilien Devos <contact@emiliendevos.be> | 2021-02-15 13:38:34 +0100 |
commit | 4b37e10dd9e5b24fadff086397e5a1e4422e5fd2 (patch) | |
tree | e6f4fc1ab3e45d67c0f57019dfe7212f14d79e7d /searx/engines/yggtorrent.py | |
parent | aef116163357b8074beedc2a37ab0c213628115c (diff) | |
download | searxng-4b37e10dd9e5b24fadff086397e5a1e4422e5fd2.tar.gz searxng-4b37e10dd9e5b24fadff086397e5a1e4422e5fd2.zip |
fix yggtorrent url + add it back
Diffstat (limited to 'searx/engines/yggtorrent.py')
-rw-r--r-- | searx/engines/yggtorrent.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/yggtorrent.py b/searx/engines/yggtorrent.py index cad2de52b..8dfc0a0f2 100644 --- a/searx/engines/yggtorrent.py +++ b/searx/engines/yggtorrent.py @@ -12,7 +12,7 @@ from searx.poolrequests import get as http_get # about about = { - "website": 'https://www2.yggtorrent.si', + "website": 'https://www4.yggtorrent.li/', "wikidata_id": None, "official_api_documentation": None, "use_official_api": False, @@ -25,7 +25,7 @@ categories = ['videos', 'music', 'files'] paging = True # search-url -url = 'https://www2.yggtorrent.si/' +url = 'https://www4.yggtorrent.li/' search_url = url + 'engine/search?name={search_term}&do=search&page={pageno}&category={search_type}' # yggtorrent specific type-definitions |