Update README and fix IE documentation typo

This commit is contained in:
Lev Plyusnin 2024-01-03 15:05:08 +07:00
parent c6246594cf
commit dca6384283
No known key found for this signature in database
GPG Key ID: 21C6C2C9C0A4460D
2 changed files with 5 additions and 4 deletions

View File

@ -1379,11 +1379,12 @@ Available for the media that is a track or a part of a music album:
- `track` (string): Title of the track
- `track_number` (numeric): Number of the track within an album or a disc
- `track_id` (string): Id of the track
- `artist` (string): Artist(s) of the track
- `genre` (string): Genre(s) of the track
- `artists` (list): Artist(s) of the track
- `composers` (list): Composer(s) of the piece
- `genres` (list): Genre(s) of the track
- `album` (string): Title of the album the track belongs to
- `album_type` (string): Type of the album
- `album_artist` (string): List of all artists appeared on the album
- `album_artists` (list): List of all artists appeared on the album
- `disc_number` (numeric): Number of the disc or other physical medium the track belongs to
Available only when using `--download-sections` and for `chapter:` prefix when using `--split-chapters` for videos with internal chapters:

View File

@ -423,7 +423,7 @@ class InfoExtractor:
track_id: Id of the track (useful in case of custom indexing, e.g. 6.iii),
as a unicode string.
artists: List of artists of the track.
composers: List of composers of the piece
composers: List of composers of the piece.
genres: 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).