mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[youtube:playlist] Unescape playlist uploader (closes #22483)
This commit is contained in:
		@@ -2740,7 +2740,7 @@ class YoutubePlaylistIE(YoutubePlaylistBaseInfoExtractor):
 | 
			
		||||
            page, 'title', default=None)
 | 
			
		||||
 | 
			
		||||
        _UPLOADER_BASE = r'class=["\']pl-header-details[^>]+>\s*<li>\s*<a[^>]+\bhref='
 | 
			
		||||
        uploader = self._search_regex(
 | 
			
		||||
        uploader = self._html_search_regex(
 | 
			
		||||
            r'%s["\']/(?:user|channel)/[^>]+>([^<]+)' % _UPLOADER_BASE,
 | 
			
		||||
            page, 'uploader', default=None)
 | 
			
		||||
        mobj = re.search(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user