mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
Merge pull request #4178 from ngosang/torrentzup
[searchengine] Update Torrentz trackers
This commit is contained in:
commit
c267036427
4 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.16
|
||||
#VERSION: 2.17
|
||||
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -36,11 +36,11 @@ class torrentz(object):
|
|||
name = 'Torrentz'
|
||||
supported_categories = {'all': ''}
|
||||
|
||||
trackers_list = ['udp://open.demonii.com:1337/announce',
|
||||
'udp://tracker.openbittorrent.com:80/announce',
|
||||
trackers_list = ['udp://tracker.openbittorrent.com:80/announce',
|
||||
'udp://glotorrents.pw:6969/announce',
|
||||
'udp://tracker.leechers-paradise.org:6969',
|
||||
'udp://tracker.coppersurfer.tk:6969',
|
||||
'udp://9.rarbg.com:2710/announce']
|
||||
'udp://9.rarbg.com:2710/announce',
|
||||
'udp://tracker.coppersurfer.tk:6969']
|
||||
|
||||
class MyHtmlParser(HTMLParser):
|
||||
def __init__(self, results, url, trackers):
|
||||
|
|
|
@ -6,4 +6,4 @@ legittorrents: 2.00
|
|||
mininova: 2.00
|
||||
piratebay: 2.11
|
||||
torrentreactor: 1.40
|
||||
torrentz: 2.16
|
||||
torrentz: 2.17
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 2.16
|
||||
#VERSION: 2.17
|
||||
#AUTHORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -36,11 +36,11 @@ class torrentz(object):
|
|||
name = 'Torrentz'
|
||||
supported_categories = {'all': ''}
|
||||
|
||||
trackers_list = ['udp://open.demonii.com:1337/announce',
|
||||
'udp://tracker.openbittorrent.com:80/announce',
|
||||
trackers_list = ['udp://tracker.openbittorrent.com:80/announce',
|
||||
'udp://glotorrents.pw:6969/announce',
|
||||
'udp://tracker.leechers-paradise.org:6969',
|
||||
'udp://tracker.coppersurfer.tk:6969',
|
||||
'udp://9.rarbg.com:2710/announce']
|
||||
'udp://9.rarbg.com:2710/announce',
|
||||
'udp://tracker.coppersurfer.tk:6969']
|
||||
|
||||
class MyHtmlParser(HTMLParser):
|
||||
def __init__(self, results, url, trackers):
|
||||
|
|
|
@ -6,4 +6,4 @@ legittorrents: 2.00
|
|||
mininova: 2.00
|
||||
piratebay: 2.11
|
||||
torrentreactor: 1.40
|
||||
torrentz: 2.16
|
||||
torrentz: 2.17
|
||||
|
|
Loading…
Reference in a new issue