From d60ad1994447460dc0fe469eeffbb770a443494d Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 3 Jan 2024 09:10:53 +0530 Subject: [PATCH] Update yt_dlp/extractor/common.py --- yt_dlp/extractor/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index cde9c167b..f11ae0e8c 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -427,8 +427,8 @@ class InfoExtractor: genre_list: List of genres of the track. album: Title of the album the track belongs to. album_type: Type of the album (e.g. "Demo", "Full-length", "Split", "Compilation", etc). - album_artist_list: List of all artists appeared on the album. E.g. - ["Ash Borer", "Fell Voices"] or ["Various Artists"]. + album_artist_list: List of all artists appeared on the album. + E.g. ["Ash Borer", "Fell Voices"] or ["Various Artists"]. Useful for splits and compilations. disc_number: Number of the disc or other physical medium the track belongs to, as an integer.