mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
fix: artist list
This commit is contained in:
parent
7a369b1bf6
commit
a38798b479
@ -832,7 +832,7 @@ def _parse_track_meta(self, meta, track_id=None):
|
||||
|
||||
# artists as list
|
||||
info['artists'] = (
|
||||
traverse_obj((*meta[17], *meta[18]), ({dict}, 'name', ...))
|
||||
traverse_obj((*meta[17], *meta[18]), (..., 'name'))
|
||||
if len_ >= 18 else None
|
||||
) or [artist]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user