mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 03:32:05 +00:00
Merge branch 'master' of github.com:rg3/youtube-dl
This commit is contained in:
commit
4e40de6e2a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class MixcloudIE(InfoExtractor):
|
|||
raise ExtractorError('Unable to extract track url')
|
||||
|
||||
PREFIX = (
|
||||
r'<div class="cloudcast-play-button-container[^"]*?"'
|
||||
r'<span class="play-button[^"]*?"'
|
||||
r'(?:\s+[a-zA-Z0-9-]+(?:="[^"]+")?)*?\s+')
|
||||
title = self._html_search_regex(
|
||||
PREFIX + r'm-title="([^"]+)"', webpage, 'title')
|
||||
|
|
Loading…
Reference in a new issue