mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
commit
86fdd810d5
@ -54,10 +54,10 @@ class TorrentDayProvider(generic.TorrentProvider):
|
|||||||
|
|
||||||
self.cache = TorrentDayCache(self)
|
self.cache = TorrentDayCache(self)
|
||||||
|
|
||||||
self.urls = {'base_url': 'http://www.td.af',
|
self.urls = {'base_url': 'https://torrentday.eu',
|
||||||
'login': 'http://www.td.af/torrents/',
|
'login': 'https://torrentday.eu/torrents/',
|
||||||
'search': 'http://www.td.af/V3/API/API.php',
|
'search': 'https://torrentday.eu/V3/API/API.php',
|
||||||
'download': 'http://www.td.af/download.php/%s/%s'
|
'download': 'https://torrentday.eu/download.php/%s/%s'
|
||||||
}
|
}
|
||||||
|
|
||||||
self.url = self.urls['base_url']
|
self.url = self.urls['base_url']
|
||||||
|
Loading…
Reference in New Issue
Block a user