mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Change provider Womble's use SSL.
This commit is contained in:
parent
4e21e8b572
commit
96b5188a32
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
* Fix provider SCC stop snatching releases for episodes already completed
|
* Fix provider SCC stop snatching releases for episodes already completed
|
||||||
* Fix provider SCC handle null server responses
|
* Fix provider SCC handle null server responses
|
||||||
* Change provider SCC remove 1 of 3 requests per search to save 30% time
|
* Change provider SCC remove 1 of 3 requests per search to save 30% time
|
||||||
|
* Change provider Womble's use SSL
|
||||||
|
|
||||||
|
|
||||||
### 0.9.1 (2015-05-25 03:03:00 UTC)
|
### 0.9.1 (2015-05-25 03:03:00 UTC)
|
||||||
|
|
|
@ -24,7 +24,7 @@ class WombleProvider(generic.NZBProvider):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
generic.NZBProvider.__init__(self, "Womble's Index", False, False)
|
generic.NZBProvider.__init__(self, "Womble's Index", False, False)
|
||||||
self.cache = WombleCache(self)
|
self.cache = WombleCache(self)
|
||||||
self.url = 'http://newshost.co.za/'
|
self.url = 'https://newshost.co.za/'
|
||||||
|
|
||||||
|
|
||||||
class WombleCache(tvcache.TVCache):
|
class WombleCache(tvcache.TVCache):
|
||||||
|
|
Loading…
Reference in a new issue