This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[facebook] Use consistent quotes
totalwebcasting
Philipp Hagemeister
11 years ago
parent
e1a52d9e10
commit
ab24f4f3be
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
youtube_dl/extractor/facebook.py
+ 2
- 2
youtube_dl/extractor/facebook.py
View 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
'
}
}
Write
Preview
Loading…
Cancel
Save