mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Move some URLs overs to https
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#VERSION: 2.03
|
||||
#VERSION: 2.04
|
||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
@@ -33,7 +33,7 @@ from helpers import download_file, retrieve_url
|
||||
|
||||
class extratorrent(object):
|
||||
""" Search engine class """
|
||||
url = 'http://extratorrent.cc'
|
||||
url = 'https://extratorrent.cc'
|
||||
name = 'ExtraTorrent'
|
||||
supported_categories = {'all' : '0',
|
||||
'movies' : '4',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#VERSION: 1.40
|
||||
#VERSION: 1.41
|
||||
#AUTHORS: Gekko Dam Beer (gekko04@users.sourceforge.net)
|
||||
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
# Bruno Barbieri (brunorex@gmail.com)
|
||||
@@ -34,7 +34,7 @@ from HTMLParser import HTMLParser
|
||||
from re import compile as re_compile
|
||||
|
||||
class torrentreactor(object):
|
||||
url = 'http://torrentreactor.com'
|
||||
url = 'https://torrentreactor.com'
|
||||
name = 'TorrentReactor'
|
||||
supported_categories = {'all': '', 'movies': '5', 'tv': '8', 'music': '6', 'games': '3', 'anime': '1', 'software': '2'}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
btdigg: 1.30
|
||||
demonoid: 1.2
|
||||
extratorrent: 2.03
|
||||
extratorrent: 2.04
|
||||
kickasstorrents: 1.28
|
||||
legittorrents: 2.00
|
||||
mininova: 2.01
|
||||
piratebay: 2.14
|
||||
torrentreactor: 1.40
|
||||
torrentreactor: 1.41
|
||||
torrentz: 2.17
|
||||
|
||||
Reference in New Issue
Block a user