From 26ebfc98ec114cba341ebc9205e773deabb66027 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 14 Jan 2021 14:37:23 +0530 Subject: [PATCH] Document the field in extractor/common --- youtube_dl/extractor/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index d5faa0eb749..05a254b6f97 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -287,6 +287,10 @@ class InfoExtractor(object): * "start_time" - The start time of the chapter in seconds * "end_time" - The end time of the chapter in seconds * "title" (optional, string) + playable_in_embed: Whether this video is allowed to play in embedded + players on other sites. Can be True (=always allowed), + False (=never allowed), None (=unknown), or a string + specifying the criteria for embedability (Eg: 'whitelist'). The following fields should only be used when the video belongs to some logical chapter or section: