Remove reactor count

This commit is contained in:
leng.sin 2024-09-11 10:45:00 +08:00
parent 28a20ba221
commit 097970343e

View file

@ -532,7 +532,6 @@ def extract_metadata(webpage):
'like_count': ('likers', 'count', {int}),
'comment_count': ('total_comment_count', {int}),
'repost_count': ('share_count_reduced', {parse_count}),
'reactor_count': ('unified_reactors', 'count', {int}),
}),
}
@ -957,7 +956,6 @@ class FacebookReelIE(InfoExtractor):
'like_count': int,
'comment_count': int,
'repost_count': int,
'reactor_count': int,
},
}]