mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-24 13:55:16 +00:00
Change omgwtfnzbs domain
This commit is contained in:
parent
7b8007794d
commit
45f2ca848f
2 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,9 @@
|
||||||
### 3.29.7 (2023-09-06 09:40:00 UTC)
|
### 3.29.8 (2023-09-12 08:10:00 UTC)
|
||||||
|
|
||||||
|
* Change omgwtfnzbs domain
|
||||||
|
|
||||||
|
|
||||||
|
### 3.29.7 (2023-09-06 09:40:00 UTC)
|
||||||
|
|
||||||
* Fix view show to handle "unknown name" on cast
|
* Fix view show to handle "unknown name" on cast
|
||||||
* Update UnRar x64 for Windows 6.22 to 6.23
|
* Update UnRar x64 for Windows 6.22 to 6.23
|
||||||
|
|
|
@ -45,9 +45,9 @@ class OmgwtfnzbsProvider(generic.NZBProvider):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
generic.NZBProvider.__init__(self, 'omgwtfnzbs')
|
generic.NZBProvider.__init__(self, 'omgwtfnzbs')
|
||||||
|
|
||||||
self.url = 'https://omgwtfnzbs.me/' # type: AnyStr
|
self.url = 'https://omgwtfnzbs.org/' # type: AnyStr
|
||||||
self.url_base = 'https://omgwtfnzbs.me/' # type: AnyStr
|
self.url_base = 'https://omgwtfnzbs.org/' # type: AnyStr
|
||||||
self.url_api = 'https://api.omgwtfnzbs.me/' # type: AnyStr
|
self.url_api = 'https://api.omgwtfnzbs.org/' # type: AnyStr
|
||||||
self.urls = {'config_provider_home_uri': self.url_base,
|
self.urls = {'config_provider_home_uri': self.url_base,
|
||||||
'cache': self.url_api + 'xml/?%s',
|
'cache': self.url_api + 'xml/?%s',
|
||||||
'search': self.url_api + 'json/?%s',
|
'search': self.url_api + 'json/?%s',
|
||||||
|
|
Loading…
Reference in a new issue