mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-08 04:18:09 -05:00
Update torrentday.py
This commit is contained in:
parent
5b534e5430
commit
503282694c
@ -54,10 +54,10 @@ class TorrentDayProvider(generic.TorrentProvider):
|
|||||||
|
|
||||||
self.cache = TorrentDayCache(self)
|
self.cache = TorrentDayCache(self)
|
||||||
|
|
||||||
self.urls = {'base_url': 'https://www.torrentday.eu',
|
self.urls = {'base_url': 'https://torrentday.eu',
|
||||||
'login': 'https://www.torrentday.eu/torrents/',
|
'login': 'https://torrentday.eu/torrents/',
|
||||||
'search': 'https://www.torrentday.eu/V3/API/API.php',
|
'search': 'https://torrentday.eu/V3/API/API.php',
|
||||||
'download': 'https://www.torrentday.eu/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