1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 02:57:20 +08:00
This commit is contained in:
Avi Peretz 2019-06-20 13:14:42 +03:00
parent 46fc798e15
commit a5456c043a

View File

@ -478,8 +478,8 @@ class FacebookIE(InfoExtractor):
'uploader_id': uploader_id,
'is_live': is_live,
'live_status': live_status,
'likes': likes_count,
'shares': shares_count
'like_count': likes_count,
'share_count': shares_count
}
return webpage, info_dict