mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-06 03:44:29 +00:00
Merge pull request #5329 from ngosang/torrentz
[Search engine] Update Torrentz
This commit is contained in:
commit
da1d6b0063
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.19
|
#VERSION: 2.20
|
||||||
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -36,11 +36,12 @@ class torrentz(object):
|
|||||||
name = 'Torrentz'
|
name = 'Torrentz'
|
||||||
supported_categories = {'all': ''}
|
supported_categories = {'all': ''}
|
||||||
|
|
||||||
trackers_list = ['udp://tracker.openbittorrent.com:80/announce',
|
trackers_list = ['udp://tracker.coppersurfer.tk:6969/announce',
|
||||||
'udp://glotorrents.pw:6969/announce',
|
'udp://tracker.opentrackr.org:1337/announce',
|
||||||
'udp://tracker.leechers-paradise.org:6969',
|
'udp://zer0day.ch:1337/announce',
|
||||||
|
'udp://tracker.leechers-paradise.org:6969/announce',
|
||||||
'udp://9.rarbg.com:2710/announce',
|
'udp://9.rarbg.com:2710/announce',
|
||||||
'udp://tracker.coppersurfer.tk:6969']
|
'udp://explodie.org:6969/announce']
|
||||||
|
|
||||||
class MyHtmlParser(HTMLParser):
|
class MyHtmlParser(HTMLParser):
|
||||||
def __init__(self, results, url, trackers):
|
def __init__(self, results, url, trackers):
|
||||||
|
@ -7,4 +7,4 @@ mininova: 2.02
|
|||||||
piratebay: 2.15
|
piratebay: 2.15
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentreactor: 1.41
|
torrentreactor: 1.41
|
||||||
torrentz: 2.19
|
torrentz: 2.20
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.17
|
#VERSION: 2.20
|
||||||
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -36,11 +36,12 @@ class torrentz(object):
|
|||||||
name = 'Torrentz'
|
name = 'Torrentz'
|
||||||
supported_categories = {'all': ''}
|
supported_categories = {'all': ''}
|
||||||
|
|
||||||
trackers_list = ['udp://tracker.openbittorrent.com:80/announce',
|
trackers_list = ['udp://tracker.coppersurfer.tk:6969/announce',
|
||||||
'udp://glotorrents.pw:6969/announce',
|
'udp://tracker.opentrackr.org:1337/announce',
|
||||||
'udp://tracker.leechers-paradise.org:6969',
|
'udp://zer0day.ch:1337/announce',
|
||||||
|
'udp://tracker.leechers-paradise.org:6969/announce',
|
||||||
'udp://9.rarbg.com:2710/announce',
|
'udp://9.rarbg.com:2710/announce',
|
||||||
'udp://tracker.coppersurfer.tk:6969']
|
'udp://explodie.org:6969/announce']
|
||||||
|
|
||||||
class MyHtmlParser(HTMLParser):
|
class MyHtmlParser(HTMLParser):
|
||||||
def __init__(self, results, url, trackers):
|
def __init__(self, results, url, trackers):
|
||||||
|
@ -7,4 +7,4 @@ mininova: 2.02
|
|||||||
piratebay: 2.15
|
piratebay: 2.15
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentreactor: 1.41
|
torrentreactor: 1.41
|
||||||
torrentz: 2.17
|
torrentz: 2.20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user