diff --git a/src/searchengine/nova/engines/isohunt.py b/src/searchengine/nova/engines/isohunt.py index 3434059d4..89345e51b 100644 --- a/src/searchengine/nova/engines/isohunt.py +++ b/src/searchengine/nova/engines/isohunt.py @@ -30,7 +30,7 @@ import re from helpers import retrieve_url, download_file class isohunt(object): - url = 'https://isohunt.com' + url = 'https://isohunt.to' name = 'isoHunt' supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'} diff --git a/src/searchengine/nova/engines/piratebay.py b/src/searchengine/nova/engines/piratebay.py index 09f2f385d..cdf224995 100644 --- a/src/searchengine/nova/engines/piratebay.py +++ b/src/searchengine/nova/engines/piratebay.py @@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file PREVIOUS_IDS = set() class piratebay(object): - url = 'https://thepiratebay.se' + url = 'https://thepiratebay.sx' name = 'The Pirate Bay' supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'} diff --git a/src/searchengine/nova3/engines/isohunt.py b/src/searchengine/nova3/engines/isohunt.py index 7267712fc..dee1806ce 100644 --- a/src/searchengine/nova3/engines/isohunt.py +++ b/src/searchengine/nova3/engines/isohunt.py @@ -30,7 +30,7 @@ import re from helpers import retrieve_url, download_file class isohunt(object): - url = 'https://isohunt.com' + url = 'https://isohunt.to' name = 'isoHunt' supported_categories = {'all': '', 'movies': '1', 'tv': '3', 'music': '2', 'games': '4', 'anime': '7', 'software': '5', 'pictures': '6', 'books': '9'} diff --git a/src/searchengine/nova3/engines/piratebay.py b/src/searchengine/nova3/engines/piratebay.py index 12dc9b8b6..8d558b668 100644 --- a/src/searchengine/nova3/engines/piratebay.py +++ b/src/searchengine/nova3/engines/piratebay.py @@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file PREVIOUS_IDS = set() class piratebay(object): - url = 'https://thepiratebay.se' + url = 'https://thepiratebay.sx' name = 'The Pirate Bay' supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}