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 a9d9add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions youtube_dl/extractor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ 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: True, False, or None (=unknown). Whether this video is
allowed to play in embedded players on other sites
The following fields should only be used when the video belongs to some logical
chapter or section:
Expand Down

0 comments on commit a9d9add

Please sign in to comment.