Browse Source

Merge pull request #5317 from ngosang/piratebay

[Search engine] Update PirateBay
adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
fee8aba610
  1. 4
      src/searchengine/nova/engines/piratebay.py
  2. 2
      src/searchengine/nova/engines/versions.txt
  3. 4
      src/searchengine/nova3/engines/piratebay.py
  4. 2
      src/searchengine/nova3/engines/versions.txt

4
src/searchengine/nova/engines/piratebay.py

@ -1,4 +1,4 @@
#VERSION: 2.14 #VERSION: 2.15
#AUTHORS: Fabien Devaux (fab@gnux.info) #AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
# Arthur (custparasite@gmx.se) # Arthur (custparasite@gmx.se)
@ -35,7 +35,7 @@ from helpers import download_file, retrieve_url
class piratebay(object): class piratebay(object):
""" Search engine class """ """ Search engine class """
url = 'https://thepiratebay.se' url = 'https://thepiratebay.org'
name = 'The Pirate Bay' name = 'The Pirate Bay'
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'} supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}

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

@ -4,7 +4,7 @@ extratorrent: 2.04
kickasstorrents: 1.28 kickasstorrents: 1.28
legittorrents: 2.01 legittorrents: 2.01
mininova: 2.02 mininova: 2.02
piratebay: 2.14 piratebay: 2.15
torlock: 2.0 torlock: 2.0
torrentreactor: 1.41 torrentreactor: 1.41
torrentz: 2.19 torrentz: 2.19

4
src/searchengine/nova3/engines/piratebay.py

@ -1,4 +1,4 @@
#VERSION: 2.14 #VERSION: 2.15
#AUTHORS: Fabien Devaux (fab@gnux.info) #AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
# Arthur (custparasite@gmx.se) # Arthur (custparasite@gmx.se)
@ -35,7 +35,7 @@ from helpers import download_file, retrieve_url
class piratebay(object): class piratebay(object):
""" Search engine class """ """ Search engine class """
url = 'https://thepiratebay.se' url = 'https://thepiratebay.org'
name = 'The Pirate Bay' name = 'The Pirate Bay'
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'} supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}

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

@ -4,7 +4,7 @@ extratorrent: 2.04
kickasstorrents: 1.28 kickasstorrents: 1.28
legittorrents: 2.01 legittorrents: 2.01
mininova: 2.02 mininova: 2.02
piratebay: 2.14 piratebay: 2.15
torlock: 2.0 torlock: 2.0
torrentreactor: 1.41 torrentreactor: 1.41
torrentz: 2.17 torrentz: 2.17

Loading…
Cancel
Save