mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 01:13:15 +00:00
Update yt_dlp/extractor/common.py
This commit is contained in:
parent
a691696290
commit
d60ad19944
|
@ -427,8 +427,8 @@ class InfoExtractor:
|
||||||
genre_list: List of genres of the track.
|
genre_list: List of genres of the track.
|
||||||
album: Title of the album the track belongs to.
|
album: Title of the album the track belongs to.
|
||||||
album_type: Type of the album (e.g. "Demo", "Full-length", "Split", "Compilation", etc).
|
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.
|
album_artist_list: List of all artists appeared on the album.
|
||||||
["Ash Borer", "Fell Voices"] or ["Various Artists"].
|
E.g. ["Ash Borer", "Fell Voices"] or ["Various Artists"].
|
||||||
Useful for splits and compilations.
|
Useful for splits and compilations.
|
||||||
disc_number: Number of the disc or other physical medium the track belongs to,
|
disc_number: Number of the disc or other physical medium the track belongs to,
|
||||||
as an integer.
|
as an integer.
|
||||||
|
|
Loading…
Reference in a new issue