mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
test: playlist with htmlescaped in title and author
This commit is contained in:
parent
f8e8a31bfe
commit
bcfdd8e987
@ -1043,6 +1043,20 @@ class VKMusicPlaylistIE(VKMusicBaseIE):
|
||||
'skip_download': True,
|
||||
},
|
||||
},
|
||||
{
|
||||
'note': 'special symbols must be unescaped',
|
||||
'url': 'https://vk.com/music/playlist/-25611523_85178143',
|
||||
'info_dict': {
|
||||
'id': '-25611523_85178143',
|
||||
'title': 'Mondträume – Lovers, Sinners & Liars (2019, Alfa Matrix)',
|
||||
'uploader': 'E:\\music\\futurepop',
|
||||
'thumbnails': [{'url': r're:^https?://.*\.jpg'}],
|
||||
},
|
||||
'playlist_count': 22,
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
},
|
||||
{
|
||||
'url': 'https://vk.com/audios877252112?block=playlists§ion=general&z=audio_playlist-147845620_2390',
|
||||
'info_dict': {
|
||||
|
Loading…
Reference in New Issue
Block a user