mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 11:47:46 +08:00
[twitch] keep TODO message
This commit is contained in:
parent
bc909621e7
commit
2396faf72e
@ -96,6 +96,7 @@ class TwitchBaseIE(InfoExtractor):
|
|||||||
|
|
||||||
if response.get('error_code') == self._AUTHY_ERROR_CODE:
|
if response.get('error_code') == self._AUTHY_ERROR_CODE:
|
||||||
# Authy code request
|
# Authy code request
|
||||||
|
# TODO: Add mechanism to request an SMS or phone call
|
||||||
tfa_token = self._get_tfa_info('two-factor authentication token')
|
tfa_token = self._get_tfa_info('two-factor authentication token')
|
||||||
response = self._download_json(
|
response = self._download_json(
|
||||||
post_url, None, note, data=json.dumps({
|
post_url, None, note, data=json.dumps({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user