Change omgwtfnzbs domain

This commit is contained in:
JackDandy 2023-09-12 08:10:09 +01:00
parent 7b8007794d
commit 45f2ca848f
2 changed files with 9 additions and 4 deletions

View file

@ -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
* Update UnRar x64 for Windows 6.22 to 6.23

View file

@ -45,9 +45,9 @@ class OmgwtfnzbsProvider(generic.NZBProvider):
def __init__(self):
generic.NZBProvider.__init__(self, 'omgwtfnzbs')
self.url = 'https://omgwtfnzbs.me/' # type: AnyStr
self.url_base = 'https://omgwtfnzbs.me/' # type: AnyStr
self.url_api = 'https://api.omgwtfnzbs.me/' # type: AnyStr
self.url = 'https://omgwtfnzbs.org/' # type: AnyStr
self.url_base = 'https://omgwtfnzbs.org/' # type: AnyStr
self.url_api = 'https://api.omgwtfnzbs.org/' # type: AnyStr
self.urls = {'config_provider_home_uri': self.url_base,
'cache': self.url_api + 'xml/?%s',
'search': self.url_api + 'json/?%s',