mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Merge branch 'release/0.5.0' into develop
This commit is contained in:
commit
ac44e3df02
2 changed files with 5 additions and 4 deletions
|
@ -36,6 +36,7 @@
|
||||||
* Fix duplicate entries in cache database
|
* Fix duplicate entries in cache database
|
||||||
* Fix network sorting on home page
|
* Fix network sorting on home page
|
||||||
* Fix restart issue
|
* Fix restart issue
|
||||||
|
* Fix to use new TorrentDay URLs
|
||||||
|
|
||||||
|
|
||||||
### 0.4.0 (2014-12-04 10:50:00 UTC)
|
### 0.4.0 (2014-12-04 10:50:00 UTC)
|
||||||
|
|
|
@ -35,10 +35,10 @@ from sickbeard.helpers import sanitizeSceneName
|
||||||
|
|
||||||
|
|
||||||
class TorrentDayProvider(generic.TorrentProvider):
|
class TorrentDayProvider(generic.TorrentProvider):
|
||||||
urls = {'base_url': 'http://www.torrentday.com',
|
urls = {'base_url': 'https://torrentday.eu',
|
||||||
'login': 'http://www.torrentday.com/torrents/',
|
'login': 'https://torrentday.eu/torrents/',
|
||||||
'search': 'http://www.torrentday.com/V3/API/API.php',
|
'search': 'https://torrentday.eu/V3/API/API.php',
|
||||||
'download': 'http://www.torrentday.com/download.php/%s/%s'
|
'download': 'https://torrentday.eu/download.php/%s/%s'
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in a new issue