mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
[facebook] Use consistent quotes
This commit is contained in:
parent
e1a52d9e10
commit
ab24f4f3be
@ -35,8 +35,8 @@ class FacebookIE(InfoExtractor):
|
|||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '120708114770723',
|
'id': '120708114770723',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
u"duration": 279,
|
'duration': 279,
|
||||||
u"title": u"PEOPLE ARE AWESOME 2013"
|
'title': 'PEOPLE ARE AWESOME 2013'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user