Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
32be2cab
Commit
32be2cab
authored
May 4, 2011
by
Nic Wolfe
Browse files
Options
Downloads
Patches
Plain Diff
Added the new built-in SB provider, disabled by default for now.
parent
6ca25fd3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/images/providers/sick_beard_index.gif
+0
-0
0 additions, 0 deletions
data/images/providers/sick_beard_index.gif
sickbeard/providers/__init__.py
+3
-3
3 additions, 3 deletions
sickbeard/providers/__init__.py
with
3 additions
and
3 deletions
data/images/providers/sick_beard_index.gif
0 → 100644
+
0
−
0
View file @
32be2cab
1.61 KiB
This diff is collapsed.
Click to expand it.
sickbeard/providers/__init__.py
+
3
−
3
View file @
32be2cab
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment