浏览代码

[facebook] Use consistent quotes

Philipp Hagemeister 11 年之前
父节点
当前提交
ab24f4f3be
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      youtube_dl/extractor/facebook.py

+ 2 - 2
youtube_dl/extractor/facebook.py

@@ -35,8 +35,8 @@ class FacebookIE(InfoExtractor):
         'info_dict': {
             'id': '120708114770723',
             'ext': 'mp4',
-            u"duration": 279,
-            u"title": u"PEOPLE ARE AWESOME 2013"
+            'duration': 279,
+            'title': 'PEOPLE ARE AWESOME 2013'
         }
     }