From 8bcd404818ef2a30c2be99ab41228db423eaced1 Mon Sep 17 00:00:00 2001 From: teridon Date: Mon, 10 Jan 2022 16:36:05 -0500 Subject: [digitalconcerthall] Add extractor (#1931) Authored by: teridon --- yt_dlp/extractor/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp/extractor/common.py') 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. -- cgit v1.2.3