mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 09:28:33 +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
|
# artists as list
|
||||||
info['artists'] = (
|
info['artists'] = (
|
||||||
traverse_obj((*meta[17], *meta[18]), ({dict}, 'name', ...))
|
traverse_obj((*meta[17], *meta[18]), (..., 'name'))
|
||||||
if len_ >= 18 else None
|
if len_ >= 18 else None
|
||||||
) or [artist]
|
) or [artist]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user