Browse Source

[twitch] PEP8

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

+ 1
- 1
youtube_dl/extractor/twitch.py View File

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

Loading…
Cancel
Save