ソースを参照

[twitch] PEP8

Philipp Hagemeister 11 年 前
コミット
dc1b027cd4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      youtube_dl/extractor/twitch.py

+ 1 - 1
youtube_dl/extractor/twitch.py

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