Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2101 from mikeri/master
Browse files Browse the repository at this point in the history
Update torrentz2 URL from .eu to .is
  • Loading branch information
dalf committed Jul 26, 2020
2 parents 9764ef9 + 98cb6b6 commit 6d18769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions searx/engines/torrentz.py
Original file line number Diff line number Diff line change
@@ -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
@using-api no
@results HTML
@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
"""

Expand All @@ -23,8 +23,8 @@
paging = True

# search-url
# https://torrentz2.eu/search?f=EXAMPLE&p=6
base_url = 'https://torrentz2.eu/'
# https://torrentz2.is/search?f=EXAMPLE&p=6
base_url = 'https://torrentz2.is/'
search_url = base_url + 'search?{query}'


Expand Down

0 comments on commit 6d18769

Please sign in to comment.