aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-03-15 04:52:06 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-03-15 04:52:06 +0530
commit10db0d2f573af31bdaea8e7a010476d896d90f88 (patch)
treecfc53e2c23632f5220fa2723eef40fd7bb417418 /yt_dlp/extractor/common.py
parent7275535116d6b10c1e6df54c50ee872635f3c37e (diff)
downloadhypervideo-pre-10db0d2f573af31bdaea8e7a010476d896d90f88.tar.lz
hypervideo-pre-10db0d2f573af31bdaea8e7a010476d896d90f88.tar.xz
hypervideo-pre-10db0d2f573af31bdaea8e7a010476d896d90f88.zip
Update to ytdl-commit-3be0980
https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index b74a5dc01..65fcfcbf5 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -231,8 +231,9 @@ class InfoExtractor(object):
uploader: Full name of the video uploader.
license: License name the video is licensed under.
creator: The creator of the video.
+ release_timestamp: UNIX timestamp of the moment 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 was uploaded
upload_date: Video upload date (YYYYMMDD).
If not explicitly set, calculated from timestamp.
uploader_id: Nickname or id of the video uploader.