Private GIT

Skip to content
Snippets Groups Projects
Commit 32be2cab authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Added the new built-in SB provider, disabled by default for now.

parent 6ca25fd3
Branches
Tags
No related merge requests found
data/images/providers/sick_beard_index.gif

1.61 KiB

...@@ -73,8 +73,8 @@ def getNewznabProviderList(data): ...@@ -73,8 +73,8 @@ def getNewznabProviderList(data):
# a 0 in the key spot indicates that no key is needed, so set this on the object # a 0 in the key spot indicates that no key is needed, so set this on the object
if curDefault.key == '0': if curDefault.key == '0':
providerDict[curDefault.name].key = '' curDefault.key = ''
providerDict[curDefault.name].needs_auth = False curDefault.needs_auth = False
return filter(lambda x: x, providerList) return filter(lambda x: x, providerList)
...@@ -95,7 +95,7 @@ def makeNewznabProvider(configString): ...@@ -95,7 +95,7 @@ def makeNewznabProvider(configString):
return newProvider return newProvider
def getDefaultNewznabProviders(): def getDefaultNewznabProviders():
return 'NZB.su|https://nzb.su/||0' return 'NZB.su|https://nzb.su/||0!!!Sick Beard Index|http://momo.sickbeard.com/|0|0'
def getProviderModule(name): def getProviderModule(name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment