浏览代码

[franceinter] flake8

Remita Amine 4 年之前
父节点
当前提交
2cd43a00d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/franceinter.py

+ 1 - 1
youtube_dl/extractor/franceinter.py

@@ -50,7 +50,7 @@ class FranceInterIE(InfoExtractor):
             'id': video_id,
             'id': video_id,
             'title': title,
             'title': title,
             'description': description,
             'description': description,
-            'thumbnail' : thumbnail,
+            'thumbnail': thumbnail,
             'upload_date': upload_date,
             'upload_date': upload_date,
             'formats': [{
             'formats': [{
                 'url': video_url,
                 'url': video_url,