diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-01-23 21:05:07 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-01-23 21:05:07 +0100 |
commit | 12d1fb5aa9aabfe48676d6c60bbd114cc53a513f (patch) | |
tree | d980d6824bcc332cf74834a3a5d732a726dc801d /youtube_dl/extractor/twitch.py | |
parent | 48f00d15b1bdbe05be397849f6659fe5e0daa9c1 (diff) |
[twitch] PEP8
Diffstat (limited to 'youtube_dl/extractor/twitch.py')
-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 741df7cbc..87290d002 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -379,4 +379,4 @@ class TwitchStreamIE(TwitchBaseIE): 'view_count': view_count, 'formats': formats, 'is_live': True, - }
\ No newline at end of file + } |