diff options
author | teridon <teridon@gmail.com> | 2022-01-10 16:36:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 03:06:05 +0530 |
commit | 8bcd404818ef2a30c2be99ab41228db423eaced1 (patch) | |
tree | 5889f5a40554742eb0db29e0c36059bd3ba3e9ca /yt_dlp/extractor/common.py | |
parent | 0df11dafdd4de7a9324c43f9d97fe70256e9bd0c (diff) | |
download | hypervideo-pre-8bcd404818ef2a30c2be99ab41228db423eaced1.tar.lz hypervideo-pre-8bcd404818ef2a30c2be99ab41228db423eaced1.tar.xz hypervideo-pre-8bcd404818ef2a30c2be99ab41228db423eaced1.zip |
[digitalconcerthall] Add extractor (#1931)
Authored by: teridon
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 7c83991ea..3a61eecc1 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -375,6 +375,7 @@ class InfoExtractor(object): disc_number: Number of the disc or other physical medium the track belongs to, as an integer. release_year: Year (YYYY) when the album was released. + composer: Composer of the piece Unless mentioned otherwise, the fields should be Unicode strings. |