1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-02 07:51:17 +08:00

extract internal data.

This commit is contained in:
Avi Peretz
2020-03-01 08:53:01 +02:00
Unverified
parent c5fd9183ad
commit ccfae40229
+2 -1
View File
@@ -505,7 +505,8 @@ class FacebookIE(InfoExtractor):
'share_count': shares_count,
'subtitles': subtitles,
'comment_count': comment_count,
'other_posts_view_count': other_posts_view_count
'other_posts_view_count': other_posts_view_count,
'_internal_data_list': [webpage, tahoe_data.primary, tahoe_data.secondary]
}
if uploader_id:
info_dict['uploader_like_count'] = FacebookAjax(self, webpage, uploader_id).page_likes