Browse Source

[search engine] Update Torrentz trackers list

adaptive-webui-19844
ngosang 10 years ago
parent
commit
e0b399e2a1
  1. 9
      src/searchengine/nova/engines/torrentz.py
  2. 2
      src/searchengine/nova/engines/versions.txt
  3. 9
      src/searchengine/nova3/engines/torrentz.py
  4. 2
      src/searchengine/nova3/engines/versions.txt

9
src/searchengine/nova/engines/torrentz.py

@ -1,4 +1,4 @@
#VERSION: 2.11 #VERSION: 2.12
#AUTHORS: Diego de las Heras (diegodelasheras@gmail.com) #AUTHORS: Diego de las Heras (diegodelasheras@gmail.com)
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -37,9 +37,10 @@ class torrentz(object):
supported_categories = {'all': ''} supported_categories = {'all': ''}
trackers_list = ['udp://open.demonii.com:1337/announce', trackers_list = ['udp://open.demonii.com:1337/announce',
'udp://tracker.openbittorrent.com:80/announce', 'udp://tracker.leechers-paradise.org:6969',
'udp://tracker.publicbt.com:80/announce', 'udp://exodus.desync.com:6969',
'udp://tracker.istole.it:80/announce'] 'udp://tracker.coppersurfer.tk:6969',
'udp://9.rarbg.com:2710/announce']
class MyHtmlParser(HTMLParser): class MyHtmlParser(HTMLParser):
def __init__(self, results, url, trackers): def __init__(self, results, url, trackers):

2
src/searchengine/nova/engines/versions.txt

@ -5,4 +5,4 @@ extratorrent: 1.2
kickasstorrents: 1.26 kickasstorrents: 1.26
btdigg: 1.24 btdigg: 1.24
legittorrents: 1.02 legittorrents: 1.02
torrentz: 2.11 torrentz: 2.12

9
src/searchengine/nova3/engines/torrentz.py

@ -1,4 +1,4 @@
#VERSION: 2.11 #VERSION: 2.12
#AUTHORS: Diego de las Heras (diegodelasheras@gmail.com) #AUTHORS: Diego de las Heras (diegodelasheras@gmail.com)
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -37,9 +37,10 @@ class torrentz(object):
supported_categories = {'all': ''} supported_categories = {'all': ''}
trackers_list = ['udp://open.demonii.com:1337/announce', trackers_list = ['udp://open.demonii.com:1337/announce',
'udp://tracker.openbittorrent.com:80/announce', 'udp://tracker.leechers-paradise.org:6969',
'udp://tracker.publicbt.com:80/announce', 'udp://exodus.desync.com:6969',
'udp://tracker.istole.it:80/announce'] 'udp://tracker.coppersurfer.tk:6969',
'udp://9.rarbg.com:2710/announce']
class MyHtmlParser(HTMLParser): class MyHtmlParser(HTMLParser):
def __init__(self, results, url, trackers): def __init__(self, results, url, trackers):

2
src/searchengine/nova3/engines/versions.txt

@ -5,4 +5,4 @@ extratorrent: 1.2
kickasstorrents: 1.26 kickasstorrents: 1.26
btdigg: 1.23 btdigg: 1.23
legittorrents: 1.03 legittorrents: 1.03
torrentz: 2.11 torrentz: 2.12

Loading…
Cancel
Save