summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-22 23:06:03 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-22 23:06:03 +0100
commitdc1b027cd4672c6b4772c12daf2a6a2a93469270 (patch)
tree79d10349ae59be6268241043cb1c5199a1518ab4
parent73e449b226ddfe204fb9f9bea5514141624abbf4 (diff)
downloadyoutube-dl-dc1b027cd4672c6b4772c12daf2a6a2a93469270.tar.gz
youtube-dl-dc1b027cd4672c6b4772c12daf2a6a2a93469270.tar.xz
youtube-dl-dc1b027cd4672c6b4772c12daf2a6a2a93469270.zip
[twitch] PEP8
-rw-r--r--youtube_dl/extractor/twitch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py
index 14314916a..6831bb596 100644
--- 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
+        }