Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
b85e87b0
Commit
b85e87b0
authored
Oct 06, 2018
by
echel0n
Browse files
Fixed login issue for YGGTorrent
parent
e3e893f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
b85e87b0
# Changelog
-
*
907b789 - 2018-10-06: Fixed saving allowed video exts
-
*
d3870f8 - 2018-10-06: Fixed login issue for YGGTorrent
-
*
e3e893f - 2018-10-06: Fixed saving allowed video exts
-
*
be55b94 - 2018-09-22: Pre-Release v9.3.80.dev3
-
*
3afaeb1 - 2018-09-22: Added a loading spinner for all view page loads.
-
*
a74e159 - 2018-09-22: Added a loading spinner when displaying show information.
...
...
sickrage/providers/torrent/yggtorrent.py
View file @
b85e87b0
...
...
@@ -31,7 +31,7 @@ from sickrage.providers import TorrentProvider
class
YggtorrentProvider
(
TorrentProvider
):
def
__init__
(
self
):
"""Initialize the class."""
super
(
YggtorrentProvider
,
self
).
__init__
(
'Yggtorrent'
,
'https://
www.
yggtorrent.
is
'
,
True
)
super
(
YggtorrentProvider
,
self
).
__init__
(
'Yggtorrent'
,
'https://yggtorrent.
to
'
,
True
)
# URLs
self
.
urls
.
update
({
...
...
@@ -159,7 +159,7 @@ class YggtorrentProvider(TorrentProvider):
login_params
=
{
'id'
:
self
.
username
,
'pass'
:
self
.
password
,
'
submit
'
:
''
'
ci_csrf_token
'
:
''
}
try
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment