Browse Source

[twitch] PEP8

master-ytdl-org
Yen Chi Hsuan 7 years ago
parent
commit
fe646a2f10
No known key found for this signature in database GPG Key ID: 7F902A182457CA23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/twitch.py

+ 1
- 1
youtube_dl/extractor/twitch.py View File

@ -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


Loading…
Cancel
Save