Update TorrentShack url. fix #2209
This commit is contained in:
@@ -11,12 +11,12 @@ log = CPLog(__name__)
|
||||
class TorrentShack(TorrentProvider):
|
||||
|
||||
urls = {
|
||||
'test' : 'http://www.torrentshack.net/',
|
||||
'login' : 'http://www.torrentshack.net/login.php',
|
||||
'login_check': 'http://www.torrentshack.net/inbox.php',
|
||||
'detail' : 'http://www.torrentshack.net/torrent/%s',
|
||||
'search' : 'http://www.torrentshack.net/torrents.php?searchstr=%s&filter_cat[%d]=1',
|
||||
'download' : 'http://www.torrentshack.net/%s',
|
||||
'test' : 'https://torrentshack.net/',
|
||||
'login' : 'https://torrentshack.net/login.php',
|
||||
'login_check': 'https://torrentshack.net/inbox.php',
|
||||
'detail' : 'https://torrentshack.net/torrent/%s',
|
||||
'search' : 'https://torrentshack.net/torrents.php?searchstr=%s&filter_cat[%d]=1',
|
||||
'download' : 'https://torrentshack.net/%s',
|
||||
}
|
||||
|
||||
cat_ids = [
|
||||
|
||||
Reference in New Issue
Block a user