mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[mixcloud] Fix metadata extraction (fixes #4443)
This commit is contained in:
		@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user