mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Change provider OMG api url.
This commit is contained in:
parent
d0395dc9a8
commit
3482c45434
1 changed files with 3 additions and 2 deletions
|
@ -38,10 +38,11 @@ class OmgwtfnzbsProvider(generic.NZBProvider):
|
|||
|
||||
self.url = 'https://omgwtfnzbs.org/'
|
||||
|
||||
self.url_base = 'https://api.omgwtfnzbs.org/'
|
||||
self.url_base = 'https://omgwtfnzbs.org/'
|
||||
self.url_api = 'https://api.omgwtfnzbs.org/'
|
||||
self.urls = {'config_provider_home_uri': self.url_base,
|
||||
'cache': 'https://rss.omgwtfnzbs.org/rss-download.php?%s',
|
||||
'search': self.url_base + 'json/?%s',
|
||||
'search': self.url_api + 'json/?%s',
|
||||
'get': self.url_base + '%s',
|
||||
'cache_html': self.url_base + 'browse.php?cat=tv%s',
|
||||
'search_html': self.url_base + 'browse.php?cat=tv&search=%s'}
|
||||
|
|
Loading…
Reference in a new issue