projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df53ea
)
[twitch] PEP8
author
Yen Chi Hsuan
<yan12125@gmail.com>
Tue, 7 Mar 2017 07:34:06 +0000
(15:34 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Tue, 7 Mar 2017 07:34:06 +0000
(15:34 +0800)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index ed36336bd9eeacac649a17fb8acccc73e3029693..2daf9dfac923260d94e26d56d6234ae9e3c6ec58 100644
(file)
--- a/
youtube_dl/extractor/twitch.py
+++ b/
youtube_dl/extractor/twitch.py
@@
-104,7
+104,7
@@
class TwitchBaseIE(InfoExtractor):
login_page, handle, 'Logging in as %s' % username, {
'username': username,
'password': password,
- })
+
})
if re.search(r'(?i)<form[^>]+id="two-factor-submit"', redirect_page) is not None:
# TODO: Add mechanism to request an SMS or phone call