From ccfae40229596473153b07d81e10858528c634fe Mon Sep 17 00:00:00 2001 From: Avi Peretz Date: Sun, 1 Mar 2020 08:53:01 +0200 Subject: [PATCH] extract internal data. --- youtube_dl/extractor/facebook.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index ca966b150..abe5fb504 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -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