mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
[yandexmusic:playlist] Make title optional
This commit is contained in:
@@ -250,4 +250,4 @@ def _real_extract(self, url):
|
||||
return self.playlist_result(
|
||||
self._build_playlist(tracks),
|
||||
compat_str(playlist_id),
|
||||
playlist['title'], playlist.get('description'))
|
||||
playlist.get('title'), playlist.get('description'))
|
||||
|
||||
Reference in New Issue
Block a user