[mixcloud:playlist] Fix title extraction

This commit is contained in:
Kfir Breger 2017-03-27 20:56:37 +02:00 committed by Sergey M․
parent 90e3f18fc1
commit c93c0fc2fd
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class MixcloudPlaylistIE(MixcloudPlaylistBaseIE):
description = self._get_user_description(profile)
playlist_title = self._html_search_regex(
r'<span[^>]+class="[^"]*list-playlist-title[^"]*"[^>]*>(.*?)</span>',
r'<a class="parent active" href="[^"]*"><b>\d+</b><span title="[^"]*">([^</]*?)</span></a>',
profile, 'playlist title')
entries = OnDemandPagedList(