aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-03-07 15:34:06 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-03-07 15:34:06 +0800
commitfe646a2f106fef0651158c460dd766c236e2f5db (patch)
tree79c49ad1a6ae48b062f235eab54b679f753ba6e6
parent9df53ea36ec84c6ab5a4a672d120f7850e2363ea (diff)
downloadyoutube-dl-fe646a2f106fef0651158c460dd766c236e2f5db.zip
youtube-dl-fe646a2f106fef0651158c460dd766c236e2f5db.tar.gz
youtube-dl-fe646a2f106fef0651158c460dd766c236e2f5db.tar.bz2
[twitch] PEP8
-rw-r--r--youtube_dl/extractor/twitch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py
index ed36336..2daf9df 100644
--- 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