From 97fea19a753a97eb76354fad5a2785f51de3d1ac Mon Sep 17 00:00:00 2001 From: Kfir Breger Date: Mon, 27 Mar 2017 20:56:37 +0200 Subject: [PATCH] Correcting the regex used to determine the playlist name. Using the active class on the playlist dropdown to find the correct active playlist --- youtube_dl/extractor/mixcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/mixcloud.py b/youtube_dl/extractor/mixcloud.py index a24b3165a..ba0bb190f 100644 --- a/youtube_dl/extractor/mixcloud.py +++ b/youtube_dl/extractor/mixcloud.py @@ -250,7 +250,7 @@ class MixcloudPlaylistIE(MixcloudPlaylistBaseIE): description = self._get_user_description(profile) playlist_title = self._html_search_regex( - r']+class="[^"]*list-playlist-title[^"]*"[^>]*>(.*?)', + r'\d+([^', profile, 'playlist title') entries = OnDemandPagedList(