mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
[searchengine] Update Torrentz trackers
This commit is contained in:
parent
88abe2baff
commit
80f7e7868d
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)
|
#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…
Add table
Add a link
Reference in a new issue