Skip to content

Commit

Permalink
Document the field in extractor/common
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Jan 14, 2021
1 parent cd8d563 commit 26ebfc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions youtube_dl/extractor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 26ebfc9

Please sign in to comment.