diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-13 23:49:14 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-13 23:49:14 +0530 |
commit | 9ac24e235ea9ef91c711c35b0f793d17ea284a54 (patch) | |
tree | 69ad70e6165f7a3b44b70ee3ad2c702df84d4316 /yt_dlp/extractor/common.py | |
parent | 7c7f7161fc0d778cd74d8b89162ba9df3d4e5da8 (diff) | |
download | hypervideo-pre-9ac24e235ea9ef91c711c35b0f793d17ea284a54.tar.lz hypervideo-pre-9ac24e235ea9ef91c711c35b0f793d17ea284a54.tar.xz hypervideo-pre-9ac24e235ea9ef91c711c35b0f793d17ea284a54.zip |
[curiositystream] Add more metadata
Closes #1568
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 5c6e59901..6f0650296 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -342,6 +342,7 @@ class InfoExtractor(object): series, programme or podcast: series: Title of the series or programme the video episode belongs to. + series_id: Id of the series or programme the video episode belongs to, as a unicode string. season: Title of the season the video episode belongs to. season_number: Number of the season the video episode belongs to, as an integer. season_id: Id of the season the video episode belongs to, as a unicode string. |