This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[crunchyroll] fix is_logged check
master-ytdl-org
Remita Amine
6 years ago
parent
dca0e0040a
commit
a8f83f0c56
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/crunchyroll.py
+ 1
- 1
youtube_dl/extractor/crunchyroll.py
View File
@ -60,7 +60,7 @@ class CrunchyrollBaseIE(InfoExtractor):
self
.
_LOGIN_URL
,
None
,
'
Downloading login page
'
)
def
is_logged
(
webpage
)
:
return
'
<title>Redirecting
'
in
webpage
return
'
href=
"
/logout
"
'
in
webpage
# Already logged in
if
is_logged
(
login_page
)
:
Write
Preview
Loading…
Cancel
Save