youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit fe646a2f106fef0651158c460dd766c236e2f5db
parent 9df53ea36ec84c6ab5a4a672d120f7850e2363ea
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Tue,  7 Mar 2017 15:34:06 +0800

[twitch] PEP8

Diffstat:
Myoutube_dl/extractor/twitch.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py @@ -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