[facebook] Use consistent quotes
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 4 Mar 2014 02:49:12 +0000 (03:49 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 4 Mar 2014 02:49:12 +0000 (03:49 +0100)
youtube_dl/extractor/facebook.py

index 00b2443a114a69ffff30e1faf99c6857f6b0a186..f6b5f589a3cc9f0647fa41e628adf426d7d56ca6 100644 (file)
@@ -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'
         }
     }