[search engine] Update PirateBay URL. Closes #4470

This commit is contained in:
ngosang 2016-01-07 01:45:06 +01:00
parent b8c4a86348
commit 1e8299f842
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#VERSION: 2.11
#VERSION: 2.12
#AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
# Arthur (custparasite@gmx.se)
@ -36,7 +36,7 @@ from helpers import download_file
class piratebay(object):
""" Search engine class """
url = 'https://thepiratebay.gd'
url = 'https://thepiratebay.ms'
name = 'The Pirate Bay'
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
@ -159,7 +159,7 @@ class piratebay(object):
def search(self, what, cat='all'):
""" Performs search """
connection = https("thepiratebay.gd")
connection = https("thepiratebay.ms")
#prepare query. 7 is filtering by seeders
cat = cat.lower()

View file

@ -4,6 +4,6 @@ extratorrent: 2.02
kickasstorrents: 1.28
legittorrents: 2.00
mininova: 2.00
piratebay: 2.11
piratebay: 2.12
torrentreactor: 1.40
torrentz: 2.17

View file

@ -1,4 +1,4 @@
#VERSION: 2.11
#VERSION: 2.12
#AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
# Arthur (custparasite@gmx.se)
@ -36,7 +36,7 @@ from helpers import download_file
class piratebay(object):
""" Search engine class """
url = 'https://thepiratebay.gd'
url = 'https://thepiratebay.ms'
name = 'The Pirate Bay'
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
@ -157,7 +157,7 @@ class piratebay(object):
def search(self, what, cat='all'):
""" Performs search """
connection = https("thepiratebay.gd")
connection = https("thepiratebay.ms")
#prepare query. 7 is filtering by seeders
cat = cat.lower()

View file

@ -4,6 +4,6 @@ extratorrent: 2.02
kickasstorrents: 1.28
legittorrents: 2.00
mininova: 2.00
piratebay: 2.11
piratebay: 2.12
torrentreactor: 1.40
torrentz: 2.17