Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage-1
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
SickRage-1
Commits
8653510d
Commit
8653510d
authored
Mar 18, 2016
by
miigotu
Browse files
Options
Downloads
Plain Diff
Merge pull request #1146 from SickRage/hd4free
Hd4free
parents
0a196c61
3a0681ac
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.checkignore
+3
-0
3 additions, 0 deletions
.checkignore
sickbeard/providers/hd4free.py
+5
-0
5 additions, 0 deletions
sickbeard/providers/hd4free.py
with
8 additions
and
0 deletions
.checkignore
0 → 100644
+
3
−
0
View file @
8653510d
lib/*
contrib/*
.build/*
This diff is collapsed.
Click to expand it.
sickbeard/providers/hd4free.py
+
5
−
0
View file @
8653510d
...
...
@@ -80,6 +80,11 @@ class HD4FreeProvider(TorrentProvider): # pylint: disable=too-many-instance-att
logger
.
log
(
u
"
No data returned from provider
"
,
logger
.
DEBUG
)
continue
error_message
=
jdata
.
get
(
'
error
'
,
''
)
if
error_message
:
logger
.
log
(
u
"
{}
"
.
format
(
error_message
),
logger
.
DEBUG
)
return
results
try
:
if
jdata
[
'
0
'
][
'
total_results
'
]
==
0
:
logger
.
log
(
u
"
Provider has no results for this search
"
,
logger
.
DEBUG
)
...
...
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
sign in
to comment