mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Merge pull request #4178 from ngosang/torrentzup
[searchengine] Update Torrentz trackers
This commit is contained in:
commit
c267036427
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.16
|
#VERSION: 2.17
|
||||||
#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,11 @@ class torrentz(object):
|
|||||||
name = 'Torrentz'
|
name = 'Torrentz'
|
||||||
supported_categories = {'all': ''}
|
supported_categories = {'all': ''}
|
||||||
|
|
||||||
trackers_list = ['udp://open.demonii.com:1337/announce',
|
trackers_list = ['udp://tracker.openbittorrent.com:80/announce',
|
||||||
'udp://tracker.openbittorrent.com:80/announce',
|
'udp://glotorrents.pw:6969/announce',
|
||||||
'udp://tracker.leechers-paradise.org:6969',
|
'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):
|
class MyHtmlParser(HTMLParser):
|
||||||
def __init__(self, results, url, trackers):
|
def __init__(self, results, url, trackers):
|
||||||
|
@ -6,4 +6,4 @@ legittorrents: 2.00
|
|||||||
mininova: 2.00
|
mininova: 2.00
|
||||||
piratebay: 2.11
|
piratebay: 2.11
|
||||||
torrentreactor: 1.40
|
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)
|
#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,11 @@ class torrentz(object):
|
|||||||
name = 'Torrentz'
|
name = 'Torrentz'
|
||||||
supported_categories = {'all': ''}
|
supported_categories = {'all': ''}
|
||||||
|
|
||||||
trackers_list = ['udp://open.demonii.com:1337/announce',
|
trackers_list = ['udp://tracker.openbittorrent.com:80/announce',
|
||||||
'udp://tracker.openbittorrent.com:80/announce',
|
'udp://glotorrents.pw:6969/announce',
|
||||||
'udp://tracker.leechers-paradise.org:6969',
|
'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):
|
class MyHtmlParser(HTMLParser):
|
||||||
def __init__(self, results, url, trackers):
|
def __init__(self, results, url, trackers):
|
||||||
|
@ -6,4 +6,4 @@ legittorrents: 2.00
|
|||||||
mininova: 2.00
|
mininova: 2.00
|
||||||
piratebay: 2.11
|
piratebay: 2.11
|
||||||
torrentreactor: 1.40
|
torrentreactor: 1.40
|
||||||
torrentz: 2.16
|
torrentz: 2.17
|
||||||
|
Loading…
Reference in New Issue
Block a user