diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-04 03:49:12 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-04 03:49:12 +0100 |
commit | ab24f4f3be281139534dafc9594103b6ed02bc9e (patch) | |
tree | 37399b2ec77e083b3600ca65dc0eea8664e0e963 /youtube_dl/extractor/facebook.py | |
parent | e1a52d9e108429daa7578f86c98d99a76dfe30fa (diff) |
[facebook] Use consistent quotes
Diffstat (limited to 'youtube_dl/extractor/facebook.py')
-rw-r--r-- | youtube_dl/extractor/facebook.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 00b2443a1..f6b5f589a 100644 --- 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' } } |