mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 03:32:05 +00:00
[extractor/common] Relax wording for creator metafield
This commit is contained in:
parent
f0e14fdd43
commit
8a92e51c60
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class InfoExtractor(object):
|
|||
description: Full video description.
|
||||
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 creator of the video.
|
||||
release_date: The date (YYYYMMDD) when the video was released.
|
||||
timestamp: UNIX timestamp of the moment the video became available.
|
||||
upload_date: Video upload date (YYYYMMDD).
|
||||
|
|
Loading…
Reference in a new issue