1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

Fix piratebay search engine.

This commit is contained in:
sledgehammer999 2014-01-11 18:11:08 +02:00
parent 0ce28eb28f
commit a479aaa28e
2 changed files with 4 additions and 4 deletions

View File

@ -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'}

View File

@ -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'}