mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
info_dict['upload_date'] is documented in --output, IEs MUST specify it
This commit is contained in:
parent
abe7a3ac2a
commit
b49e75ff9a
@ -38,17 +38,18 @@ class InfoExtractor(object):
|
|||||||
|
|
||||||
The dictionaries must include the following fields:
|
The dictionaries must include the following fields:
|
||||||
|
|
||||||
id: Video identifier.
|
id: Video identifier.
|
||||||
url: Final video URL.
|
url: Final video URL.
|
||||||
uploader: Nickname of the video uploader.
|
uploader: Nickname of the video uploader.
|
||||||
title: Video title, unescaped.
|
upload_date: Video upload date (YYYYMMDD).
|
||||||
ext: Video filename extension.
|
title: Video title, unescaped.
|
||||||
|
ext: Video filename extension.
|
||||||
|
|
||||||
The following fields are optional:
|
The following fields are optional:
|
||||||
|
|
||||||
format: The video format, defaults to ext (used for --get-format)
|
format: The video format, defaults to ext (used for --get-format)
|
||||||
thumbnail: Full URL to a video thumbnail image.
|
thumbnail: Full URL to a video thumbnail image.
|
||||||
description One-line video description.
|
description: One-line video description.
|
||||||
player_url: SWF Player URL (used for rtmpdump).
|
player_url: SWF Player URL (used for rtmpdump).
|
||||||
|
|
||||||
Subclasses of this one should re-define the _real_initialize() and
|
Subclasses of this one should re-define the _real_initialize() and
|
||||||
|
Loading…
Reference in New Issue
Block a user