mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 18:26:11 +03:00
[Search engine] Update Torrentz search engine
This commit is contained in:
parent
4e2de98903
commit
b0c9c8a2aa
4 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.20
|
||||
#VERSION: 2.21
|
||||
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -32,8 +32,8 @@ from urllib import urlencode
|
|||
|
||||
class torrentz(object):
|
||||
# mandatory properties
|
||||
url = 'https://torrentz.eu'
|
||||
name = 'Torrentz'
|
||||
url = 'https://torrentz2.eu'
|
||||
name = 'Torrentz2'
|
||||
supported_categories = {'all': ''}
|
||||
|
||||
trackers_list = ['udp://tracker.coppersurfer.tk:6969/announce',
|
||||
|
|
|
@ -5,4 +5,4 @@ mininova: 2.02
|
|||
piratebay: 2.15
|
||||
torlock: 2.0
|
||||
torrentreactor: 1.42
|
||||
torrentz: 2.20
|
||||
torrentz: 2.21
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.20
|
||||
#VERSION: 2.21
|
||||
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -32,8 +32,8 @@ from urllib.parse import urlencode
|
|||
|
||||
class torrentz(object):
|
||||
# mandatory properties
|
||||
url = 'https://torrentz.eu'
|
||||
name = 'Torrentz'
|
||||
url = 'https://torrentz2.eu'
|
||||
name = 'Torrentz2'
|
||||
supported_categories = {'all': ''}
|
||||
|
||||
trackers_list = ['udp://tracker.coppersurfer.tk:6969/announce',
|
||||
|
|
|
@ -5,4 +5,4 @@ mininova: 2.02
|
|||
piratebay: 2.15
|
||||
torlock: 2.0
|
||||
torrentreactor: 1.42
|
||||
torrentz: 2.20
|
||||
torrentz: 2.21
|
||||
|
|
Loading…
Reference in a new issue