1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-30 19:41:27 +00:00

[ie/youtube] Add engaged_view_count to info dict

This commit is contained in:
Rico van Zelst
2025-05-07 13:25:28 +02:00
parent 604c9ea983
commit ebb4c3ed9a
2 changed files with 2 additions and 1 deletions

View File

@@ -337,6 +337,7 @@ class InfoExtractor:
duration: Length of the video in seconds, as an integer or float.
view_count: How many users have watched the video on the platform.
concurrent_view_count: How many users are currently watching the video on the platform.
engaged_view_count: How many engaged users have watched the video on the platform.
like_count: Number of positive ratings of the video
dislike_count: Number of negative ratings of the video
repost_count: Number of reposts of the video