1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 18:04:32 +00:00

Merge pull request #2095 from DoumanAsh/piratebay_https

Return https connection for piratebay
This commit is contained in:
sledgehammer999 2014-11-02 15:48:40 +02:00
commit 6d5c9ff7d4
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#VERSION: 2.00
#VERSION: 2.01
#AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
# Arthur (custparasite@gmx.se)
@ -35,7 +35,7 @@ import urllib2
PREVIOUS_IDS = set()
class piratebay(object):
url = 'http://thepiratebay.se'
url = 'https://thepiratebay.se'
name = 'The Pirate Bay'
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}

View File

@ -1,6 +1,6 @@
torrentreactor: 1.33
mininova: 1.50
piratebay: 2.00
piratebay: 2.01
vertor: 1.3
extratorrent: 1.2
kickasstorrents: 1.24

View File

@ -1,4 +1,4 @@
#VERSION: 2.00
#VERSION: 2.01
#AUTHORS: Fabien Devaux (fab@gnux.info)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
# Arthur (custparasite@gmx.se)
@ -35,7 +35,7 @@ import urllib.request
PREVIOUS_IDS = set()
class piratebay(object):
url = 'http://thepiratebay.se'
url = 'https://thepiratebay.se'
name = 'The Pirate Bay'
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}

View File

@ -1,6 +1,6 @@
torrentreactor: 1.33
mininova: 1.50
piratebay: 2.00
piratebay: 2.01
vertor: 1.3
extratorrent: 1.2
kickasstorrents: 1.24