mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[yandexmusic:playlist] Make title optional
This commit is contained in:
parent
d36724cca4
commit
203a3c0e6a
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user