projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e449b
)
[twitch] PEP8
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 22 Jan 2015 22:06:03 +0000
(23:06 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 22 Jan 2015 22:06:03 +0000
(23:06 +0100)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index 14314916a5fbee50d9a6617afa54ecb99fd44ae4..6831bb59605e416c2febe760524a5e1cb999eb8b 100644
(file)
--- 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
+ }