1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 22:57:16 +08:00

[twitch] keep TODO message

This commit is contained in:
Adrián Mora 2019-04-01 13:00:06 +02:00
parent bc909621e7
commit 2396faf72e

View File

@ -96,6 +96,7 @@ class TwitchBaseIE(InfoExtractor):
if response.get('error_code') == self._AUTHY_ERROR_CODE:
# Authy code request
# TODO: Add mechanism to request an SMS or phone call
tfa_token = self._get_tfa_info('two-factor authentication token')
response = self._download_json(
post_url, None, note, data=json.dumps({