]> jfr.im git - yt-dlp.git/commitdiff
[twitch] PEP8
authorPhilipp Hagemeister <redacted>
Thu, 22 Jan 2015 22:06:03 +0000 (23:06 +0100)
committerPhilipp Hagemeister <redacted>
Thu, 22 Jan 2015 22:06:03 +0000 (23:06 +0100)
youtube_dl/extractor/twitch.py

index 14314916a5fbee50d9a6617afa54ecb99fd44ae4..6831bb59605e416c2febe760524a5e1cb999eb8b 100644 (file)
@@ -347,4 +347,4 @@ def _real_extract(self, url):
             'view_count': view_count,
             'formats': formats,
             'is_live': True,
-        }
\ No newline at end of file
+        }