Browse Source

Updated search plugin's URL

adaptive-webui-19844
Zach Thibeau 11 years ago
parent
commit
dac46e02c3
  1. 2
      src/searchengine/nova/engines/isohunt.py
  2. 2
      src/searchengine/nova/engines/piratebay.py
  3. 2
      src/searchengine/nova3/engines/isohunt.py
  4. 2
      src/searchengine/nova3/engines/piratebay.py

2
src/searchengine/nova/engines/isohunt.py

@ -30,7 +30,7 @@ import re
from helpers import retrieve_url, download_file from helpers import retrieve_url, download_file
class isohunt(object): class isohunt(object):
url = 'https://isohunt.com' url = 'https://isohunt.to'
name = 'isoHunt' name = 'isoHunt'
supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'} supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}

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

@ -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.se' url = 'https://thepiratebay.sx'
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'}

2
src/searchengine/nova3/engines/isohunt.py

@ -30,7 +30,7 @@ import re
from helpers import retrieve_url, download_file from helpers import retrieve_url, download_file
class isohunt(object): class isohunt(object):
url = 'https://isohunt.com' url = 'https://isohunt.to'
name = 'isoHunt' name = 'isoHunt'
supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'} supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'}

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

@ -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.se' url = 'https://thepiratebay.sx'
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