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
492ca9ac
Commit
492ca9ac
authored
Oct 9, 2015
by
miigotu
Browse files
Options
Downloads
Plain Diff
Merge pull request #2799 from fernandog/fix_expat
Fix SiCKRAGETV/sickrage-issues/issues/3223
parents
7e940c56
1cd430bd
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
sickbeard/providers/extratorrent.py
+1
-0
1 addition, 0 deletions
sickbeard/providers/extratorrent.py
sickbeard/providers/kat.py
+1
-0
1 addition, 0 deletions
sickbeard/providers/kat.py
with
2 additions
and
0 deletions
sickbeard/providers/extratorrent.py
+
1
−
0
View file @
492ca9ac
...
...
@@ -32,6 +32,7 @@ from sickbeard import helpers
from
sickbeard
import
show_name_helpers
from
sickbeard.helpers
import
sanitizeSceneName
from
sickbeard.common
import
USER_AGENT
from
xml.parsers.expat
import
ExpatError
class
ExtraTorrentProvider
(
generic
.
TorrentProvider
):
...
...
This diff is collapsed.
Click to expand it.
sickbeard/providers/kat.py
+
1
−
0
View file @
492ca9ac
...
...
@@ -34,6 +34,7 @@ from sickbeard import classes
from
sickbeard.common
import
Quality
from
sickbeard.common
import
USER_AGENT
from
sickbeard.providers
import
generic
from
xml.parsers.expat
import
ExpatError
from
sickbeard.show_name_helpers
import
allPossibleShowNames
,
sanitizeSceneName
class
KATProvider
(
generic
.
TorrentProvider
):
...
...
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