diff --git a/src/searchengine/nova/engines/piratebay.py b/src/searchengine/nova/engines/piratebay.py index cdf224995..94896be7b 100644 --- a/src/searchengine/nova/engines/piratebay.py +++ b/src/searchengine/nova/engines/piratebay.py @@ -1,4 +1,4 @@ -#VERSION: 1.52 +#VERSION: 1.53 #AUTHORS: Fabien Devaux (fab@gnux.info) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) @@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file PREVIOUS_IDS = set() class piratebay(object): - url = 'https://thepiratebay.sx' + url = 'https://thepiratebay.se' name = 'The Pirate Bay' supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'} diff --git a/src/searchengine/nova3/engines/piratebay.py b/src/searchengine/nova3/engines/piratebay.py index 8d558b668..5dcc4e019 100644 --- a/src/searchengine/nova3/engines/piratebay.py +++ b/src/searchengine/nova3/engines/piratebay.py @@ -1,4 +1,4 @@ -#VERSION: 1.52 +#VERSION: 1.53 #AUTHORS: Fabien Devaux (fab@gnux.info) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) @@ -33,7 +33,7 @@ from helpers import retrieve_url, download_file PREVIOUS_IDS = set() class piratebay(object): - url = 'https://thepiratebay.sx' + url = 'https://thepiratebay.se' name = 'The Pirate Bay' supported_categories = {'all': '0', 'movies': '200', 'music': '100', 'games': '400', 'software': '300'}