mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Remove reactor count
This commit is contained in:
parent
28a20ba221
commit
097970343e
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
}]
|
||||
|
||||
|
|
Loading…
Reference in a new issue