Update yt_dlp/extractor/common.py

This commit is contained in:
pukkandan 2024-01-03 09:10:53 +05:30 committed by GitHub
parent a691696290
commit d60ad19944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.