]> jfr.im git - yt-dlp.git/blobdiff - README.md
[extractor/youtube] Add `live_status=post_live` (#4495)
[yt-dlp.git] / README.md
index 7b416f39a7fea7c7e8ff84719b868d392ae52cf9..7710716533c122b3362c7a7b570eb048fd655e96 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1257,7 +1257,7 @@ # OUTPUT TEMPLATE
  - `average_rating` (numeric): Average rating give 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)
  - `age_limit` (numeric): Age restriction for the video (years)
- - `live_status` (string): One of "is_live", "was_live", "is_upcoming", "not_live"
+ - `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
  - `was_live` (boolean): Whether this video was originally a live stream
  - `playable_in_embed` (string): Whether this video is allowed to play in embedded players on other sites