youtube-dl

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

commit dc1b027cd4672c6b4772c12daf2a6a2a93469270
parent 73e449b226ddfe204fb9f9bea5514141624abbf4
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 22 Jan 2015 23:06:03 +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 @@ -347,4 +347,4 @@ class TwitchStreamIE(TwitchBaseIE): 'view_count': view_count, 'formats': formats, 'is_live': True, - }- \ No newline at end of file + }