Browse Source

[twitch] PEP8

master
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
12d1fb5aa9
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/twitch.py

2
youtube_dl/extractor/twitch.py

@ -379,4 +379,4 @@ class TwitchStreamIE(TwitchBaseIE):
'view_count': view_count,
'formats': formats,
'is_live': True,
}
}
Loading…
Cancel
Save