mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Fixes speedcd provider issues
This commit is contained in:
parent
6c15943363
commit
3bf102d160
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ from sickbeard.helpers import sanitizeSceneName
|
|||
|
||||
class SpeedCDProvider(generic.TorrentProvider):
|
||||
urls = {'base_url': 'http://speed.cd/',
|
||||
'login': 'http://speed.cd/takelogin.php',
|
||||
'login': 'http://speed.cd/take_login.php',
|
||||
'detail': 'http://speed.cd/t/%s',
|
||||
'search': 'http://speed.cd/V3/API/API.php',
|
||||
'download': 'http://speed.cd/download.php?torrent=%s',
|
||||
|
|
Loading…
Reference in a new issue