[twitch] PEP8
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 23 Jan 2015 20:05:07 +0000 (21:05 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 23 Jan 2015 20:05:07 +0000 (21:05 +0100)
youtube_dl/extractor/twitch.py

index 741df7cbc40b07e277d09f00652e98a32bed7e13..87290d002e44850e6b3584a97ff2a3e1be7c1a0f 100644 (file)
@@ -379,4 +379,4 @@ class TwitchStreamIE(TwitchBaseIE):
             'view_count': view_count,
             'formats': formats,
             'is_live': True,
-        }
\ No newline at end of file
+        }