From bcfdd8e9876f6cf747b9b6bdd4218999303b7e76 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 7 Apr 2025 14:20:55 +0400 Subject: [PATCH] test: playlist with htmlescaped in title and author --- yt_dlp/extractor/vk.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/yt_dlp/extractor/vk.py b/yt_dlp/extractor/vk.py index 3a179d68d3..c75002efd9 100644 --- a/yt_dlp/extractor/vk.py +++ b/yt_dlp/extractor/vk.py @@ -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': {