Browse Source

Merge pull request #2095 from DoumanAsh/piratebay_https

Return https connection for piratebay
adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
6d5c9ff7d4
  1. 4
      src/searchengine/nova/engines/piratebay.py
  2. 2
      src/searchengine/nova/engines/versions.txt
  3. 4
      src/searchengine/nova3/engines/piratebay.py
  4. 2
      src/searchengine/nova3/engines/versions.txt

4
src/searchengine/nova/engines/piratebay.py

@ -1,4 +1,4 @@ @@ -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 @@ -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'}

2
src/searchengine/nova/engines/versions.txt

@ -1,6 +1,6 @@ @@ -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

4
src/searchengine/nova3/engines/piratebay.py

@ -1,4 +1,4 @@ @@ -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 @@ -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'}

2
src/searchengine/nova3/engines/versions.txt

@ -1,6 +1,6 @@ @@ -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

Loading…
Cancel
Save