youtube-dl

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

commit 12d1fb5aa9aabfe48676d6c60bbd114cc53a513f
parent 48f00d15b1bdbe05be397849f6659fe5e0daa9c1
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Fri, 23 Jan 2015 21:05:07 +0100

[twitch] PEP8

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

diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py @@ -379,4 +379,4 @@ class TwitchStreamIE(TwitchBaseIE): 'view_count': view_count, 'formats': formats, 'is_live': True, - }- \ No newline at end of file + }