commit: ab24f4f3be281139534dafc9594103b6ed02bc9e
parent e1a52d9e108429daa7578f86c98d99a76dfe30fa
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Tue, 4 Mar 2014 03:49:12 +0100
[facebook] Use consistent quotes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/youtube_dl/extractor/facebook.py b/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'
}
}