diff options
author | Matthew <colethedj@protonmail.com> | 2021-03-21 21:23:34 +0000 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-22 02:58:41 +0530 |
commit | c224251aad3d30a2283b459fcb46ff52344d11a8 (patch) | |
tree | 43e65c16bce1a4279d4773b6440f102b9276e25a /README.md | |
parent | 037cc66ec8c7cb0dfe9f333a0079201868e44e1b (diff) | |
download | hypervideo-pre-c224251aad3d30a2283b459fcb46ff52344d11a8.tar.lz hypervideo-pre-c224251aad3d30a2283b459fcb46ff52344d11a8.tar.xz hypervideo-pre-c224251aad3d30a2283b459fcb46ff52344d11a8.zip |
[youtube] Show if video is `private`, `unlisted` etc in new field `availability` (#188)
Closes: #185, https://github.com/ytdl-org/youtube-dl/issues/25631
Authored by: colethedj, pukkandan
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -857,6 +857,7 @@ The available fields are: - `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 + - `availability` (string): Whether the video is 'private', 'premium_only', 'subscriber_only', 'needs_auth', 'unlisted' or 'public' - `start_time` (numeric): Time in seconds where the reproduction should start, as specified in the URL - `end_time` (numeric): Time in seconds where the reproduction should end, as specified in the URL - `format` (string): A human-readable description of the format |