mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-26 02:55:17 +00:00
[twitch] PEP8
This commit is contained in:
parent
9df53ea36e
commit
fe646a2f10
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def login_step(page, urlh, note, data):
|
||||||
login_page, handle, 'Logging in as %s' % username, {
|
login_page, handle, 'Logging in as %s' % username, {
|
||||||
'username': username,
|
'username': username,
|
||||||
'password': password,
|
'password': password,
|
||||||
})
|
})
|
||||||
|
|
||||||
if re.search(r'(?i)<form[^>]+id="two-factor-submit"', redirect_page) is not None:
|
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
|
# TODO: Add mechanism to request an SMS or phone call
|
||||||
|
|
Loading…
Reference in a new issue