mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	| @@ -1615,7 +1615,7 @@ class YoutubePlaylistIE(YoutubeBaseInfoExtractor, YoutubePlaylistBaseInfoExtract | ||||
|                 self.report_warning('Youtube gives an alert message: ' + match) | ||||
|  | ||||
|         playlist_title = self._html_search_regex( | ||||
|             r'(?s)<h1 class="pl-header-title[^"]*">\s*(.*?)\s*</h1>', | ||||
|             r'(?s)<h1 class="pl-header-title[^"]*"[^>]*>\s*(.*?)\s*</h1>', | ||||
|             page, 'title') | ||||
|  | ||||
|         return self.playlist_result(self._entries(page, playlist_id), playlist_id, playlist_title) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz