mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-27 03:03:01 +00:00
[mixcloud:playlist] Fix title extraction
This commit is contained in:
parent
90e3f18fc1
commit
c93c0fc2fd
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def _real_extract(self, url):
|
|||
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue