Browse Source

Fix piratebay search engine.

adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
a479aaa28e
  1. 4
      src/searchengine/nova/engines/piratebay.py
  2. 4
      src/searchengine/nova3/engines/piratebay.py

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

@ -1,4 +1,4 @@
#VERSION: 1.52 #VERSION: 1.53
#AUTHORS: Fabien Devaux (fab@gnux.info) #AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file
PREVIOUS_IDS = set() PREVIOUS_IDS = set()
class piratebay(object): class piratebay(object):
url = 'https://thepiratebay.sx' url = 'https://thepiratebay.se'
name = 'The Pirate Bay' name = 'The Pirate Bay'
supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'} supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}

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

@ -1,4 +1,4 @@
#VERSION: 1.52 #VERSION: 1.53
#AUTHORS: Fabien Devaux (fab@gnux.info) #AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file
PREVIOUS_IDS = set() PREVIOUS_IDS = set()
class piratebay(object): class piratebay(object):
url = 'https://thepiratebay.sx' url = 'https://thepiratebay.se'
name = 'The Pirate Bay' name = 'The Pirate Bay'
supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'} supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}

Loading…
Cancel
Save