diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-22 23:06:03 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-22 23:06:03 +0100 | 
| commit | dc1b027cd4672c6b4772c12daf2a6a2a93469270 (patch) | |
| tree | 79d10349ae59be6268241043cb1c5199a1518ab4 | |
| parent | 73e449b226ddfe204fb9f9bea5514141624abbf4 (diff) | |
[twitch] PEP8
| -rw-r--r-- | youtube_dl/extractor/twitch.py | 2 | 
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 +        } | 
