mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-28 19:58:38 +01:00
Update yt_dlp/extractor/common.py
This commit is contained in:
parent
a691696290
commit
d60ad19944
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue