projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a52d9
)
[facebook] Use consistent quotes
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 4 Mar 2014 02:49:12 +0000
(
03:49
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 4 Mar 2014 02:49:12 +0000
(
03:49
+0100)
youtube_dl/extractor/facebook.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/facebook.py
b/youtube_dl/extractor/facebook.py
index 00b2443a114a69ffff30e1faf99c6857f6b0a186..f6b5f589a3cc9f0647fa41e628adf426d7d56ca6 100644
(file)
--- 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'
}
}