Update torrentshack with new URL
This commit is contained in:
@@ -13,12 +13,12 @@ log = CPLog(__name__)
|
|||||||
class Base(TorrentProvider):
|
class Base(TorrentProvider):
|
||||||
|
|
||||||
urls = {
|
urls = {
|
||||||
'test': 'http://torrentshack.eu/',
|
'test': 'https://theshack.us.to/',
|
||||||
'login': 'http://torrentshack.eu/login.php',
|
'login': 'https://theshack.us.to/login.php',
|
||||||
'login_check': 'http://torrentshack.eu/inbox.php',
|
'login_check': 'https://theshack.us.to/inbox.php',
|
||||||
'detail': 'http://torrentshack.eu/torrent/%s',
|
'detail': 'https://theshack.us.to/torrent/%s',
|
||||||
'search': 'http://torrentshack.eu/torrents.php?action=advanced&searchstr=%s&scene=%s&filter_cat[%d]=1',
|
'search': 'https://theshack.us.to/torrents.php?action=advanced&searchstr=%s&scene=%s&filter_cat[%d]=1',
|
||||||
'download': 'http://torrentshack.eu/%s',
|
'download': 'https://theshack.us.to/%s',
|
||||||
}
|
}
|
||||||
|
|
||||||
http_time_between_calls = 1 # Seconds
|
http_time_between_calls = 1 # Seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user