diff options
| -rw-r--r-- | youtube_dl/extractor/twitch.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index ed36336bd..2daf9dfac 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 | 
