mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-08 21:04:26 +00:00
Merge pull request #2095 from DoumanAsh/piratebay_https
Return https connection for piratebay
This commit is contained in:
commit
6d5c9ff7d4
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.00
|
#VERSION: 2.01
|
||||||
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||||
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
# Arthur (custparasite@gmx.se)
|
# Arthur (custparasite@gmx.se)
|
||||||
@ -35,7 +35,7 @@ import urllib2
|
|||||||
PREVIOUS_IDS = set()
|
PREVIOUS_IDS = set()
|
||||||
|
|
||||||
class piratebay(object):
|
class piratebay(object):
|
||||||
url = 'http://thepiratebay.se'
|
url = 'https://thepiratebay.se'
|
||||||
name = 'The Pirate Bay'
|
name = 'The Pirate Bay'
|
||||||
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
torrentreactor: 1.33
|
torrentreactor: 1.33
|
||||||
mininova: 1.50
|
mininova: 1.50
|
||||||
piratebay: 2.00
|
piratebay: 2.01
|
||||||
vertor: 1.3
|
vertor: 1.3
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.24
|
kickasstorrents: 1.24
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.00
|
#VERSION: 2.01
|
||||||
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||||
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
# Arthur (custparasite@gmx.se)
|
# Arthur (custparasite@gmx.se)
|
||||||
@ -35,7 +35,7 @@ import urllib.request
|
|||||||
PREVIOUS_IDS = set()
|
PREVIOUS_IDS = set()
|
||||||
|
|
||||||
class piratebay(object):
|
class piratebay(object):
|
||||||
url = 'http://thepiratebay.se'
|
url = 'https://thepiratebay.se'
|
||||||
name = 'The Pirate Bay'
|
name = 'The Pirate Bay'
|
||||||
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
torrentreactor: 1.33
|
torrentreactor: 1.33
|
||||||
mininova: 1.50
|
mininova: 1.50
|
||||||
piratebay: 2.00
|
piratebay: 2.01
|
||||||
vertor: 1.3
|
vertor: 1.3
|
||||||
extratorrent: 1.2
|
extratorrent: 1.2
|
||||||
kickasstorrents: 1.24
|
kickasstorrents: 1.24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user