mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 10:11:52 +00:00
[extractor/common] Document license metafield
This commit is contained in:
parent
3318832e9d
commit
2bc0c46f98
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ class InfoExtractor(object):
|
||||||
thumbnail: Full URL to a video thumbnail image.
|
thumbnail: Full URL to a video thumbnail image.
|
||||||
description: Full video description.
|
description: Full video description.
|
||||||
uploader: Full name of the video uploader.
|
uploader: Full name of the video uploader.
|
||||||
|
license: License name the video is licensed under.
|
||||||
creator: The main artist who created the video.
|
creator: The main artist who created the video.
|
||||||
release_date: The date (YYYYMMDD) when the video was released.
|
release_date: The date (YYYYMMDD) when the video was released.
|
||||||
timestamp: UNIX timestamp of the moment the video became available.
|
timestamp: UNIX timestamp of the moment the video became available.
|
||||||
|
|
Loading…
Reference in a new issue