mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-02 11:19:49 +08:00
extract internal data.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user