1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

Merge pull request #2101 from mikeri/master

Update torrentz2 URL from .eu to .is
This commit is contained in:
Alexandre Flament 2020-07-26 19:33:49 +02:00 committed by GitHub
commit 6d18769ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
""" """
Torrentz2.eu (BitTorrent meta-search engine) Torrentz2.is (BitTorrent meta-search engine)
@website https://torrentz2.eu/ @website https://torrentz2.is/
@provide-api no @provide-api no
@using-api no @using-api no
@results HTML @results HTML
@stable no (HTML can change, although unlikely, @stable no (HTML can change, although unlikely,
see https://torrentz.eu/torrentz.btsearch) see https://torrentz.is/torrentz.btsearch)
@parse url, title, publishedDate, seed, leech, filesize, magnetlink @parse url, title, publishedDate, seed, leech, filesize, magnetlink
""" """
@ -23,8 +23,8 @@ categories = ['files', 'videos', 'music']
paging = True paging = True
# search-url # search-url
# https://torrentz2.eu/search?f=EXAMPLE&p=6 # https://torrentz2.is/search?f=EXAMPLE&p=6
base_url = 'https://torrentz2.eu/' base_url = 'https://torrentz2.is/'
search_url = base_url + 'search?{query}' search_url = base_url + 'search?{query}'