From 2396faf72ee776de4fb63250b8b98668d792b7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Mora?= Date: Mon, 1 Apr 2019 13:00:06 +0200 Subject: [PATCH] [twitch] keep TODO message --- youtube_dl/extractor/twitch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index 7058eb9f7..ebb03e78f 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -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({