From a479aaa28e7a8d45924cda9105960c301ffe3aca Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 11 Jan 2014 18:11:08 +0200 Subject: [PATCH] Fix piratebay search engine. --- src/searchengine/nova/engines/piratebay.py | 4 ++-- src/searchengine/nova3/engines/piratebay.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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'}