diff --git a/src/searchengine/nova/engines/piratebay.py b/src/searchengine/nova/engines/piratebay.py index d690d8ad6..ba047d1b8 100644 --- a/src/searchengine/nova/engines/piratebay.py +++ b/src/searchengine/nova/engines/piratebay.py @@ -1,4 +1,4 @@ -#VERSION: 2.14 +#VERSION: 2.15 #AUTHORS: Fabien Devaux (fab@gnux.info) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) # Arthur (custparasite@gmx.se) @@ -35,7 +35,7 @@ from helpers import download_file, retrieve_url class piratebay(object): """ Search engine class """ - url = 'https://thepiratebay.se' + url = 'https://thepiratebay.org' name = 'The Pirate Bay' supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'} diff --git a/src/searchengine/nova/engines/versions.txt b/src/searchengine/nova/engines/versions.txt index 838d66ef6..de7dbb7db 100644 --- a/src/searchengine/nova/engines/versions.txt +++ b/src/searchengine/nova/engines/versions.txt @@ -4,7 +4,7 @@ extratorrent: 2.04 kickasstorrents: 1.28 legittorrents: 2.01 mininova: 2.02 -piratebay: 2.14 +piratebay: 2.15 torlock: 2.0 torrentreactor: 1.41 torrentz: 2.19 diff --git a/src/searchengine/nova3/engines/piratebay.py b/src/searchengine/nova3/engines/piratebay.py index 62793bc7d..3beab988b 100644 --- a/src/searchengine/nova3/engines/piratebay.py +++ b/src/searchengine/nova3/engines/piratebay.py @@ -1,4 +1,4 @@ -#VERSION: 2.14 +#VERSION: 2.15 #AUTHORS: Fabien Devaux (fab@gnux.info) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) # Arthur (custparasite@gmx.se) @@ -35,7 +35,7 @@ from helpers import download_file, retrieve_url class piratebay(object): """ Search engine class """ - url = 'https://thepiratebay.se' + url = 'https://thepiratebay.org' name = 'The Pirate Bay' supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'} diff --git a/src/searchengine/nova3/engines/versions.txt b/src/searchengine/nova3/engines/versions.txt index d9c6fdccb..feff5c584 100644 --- a/src/searchengine/nova3/engines/versions.txt +++ b/src/searchengine/nova3/engines/versions.txt @@ -4,7 +4,7 @@ extratorrent: 2.04 kickasstorrents: 1.28 legittorrents: 2.01 mininova: 2.02 -piratebay: 2.14 +piratebay: 2.15 torlock: 2.0 torrentreactor: 1.41 torrentz: 2.17