1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-20 22:01:21 +00:00

[ie/tiktok] Extract save_count (#15054)

Closes #15053
Authored by: pomtnp
This commit is contained in:
pomtnp
2026-01-04 04:48:42 +07:00
committed by GitHub
parent 87a265d820
commit 9c393e3f62
5 changed files with 22 additions and 2 deletions

View File

@@ -1351,6 +1351,7 @@ The available fields are:
- `repost_count` (numeric): Number of reposts of the video
- `average_rating` (numeric): Average rating given by users, the scale used depends on the webpage
- `comment_count` (numeric): Number of comments on the video (For some extractors, comments are only downloaded at the end, and so this field cannot be used)
- `save_count` (numeric): Number of times the video has been saved or bookmarked
- `age_limit` (numeric): Age restriction for the video (years)
- `live_status` (string): One of "not_live", "is_live", "is_upcoming", "was_live", "post_live" (was live, but VOD is not yet processed)
- `is_live` (boolean): Whether this video is a live stream or a fixed-length video