mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[youtube:playlist] Recognize popular uploads playlist as mix (Closes #9170)
This commit is contained in:
		@@ -1884,7 +1884,7 @@ class YoutubePlaylistIE(YoutubePlaylistBaseInfoExtractor):
 | 
			
		||||
        if video:
 | 
			
		||||
            return video
 | 
			
		||||
 | 
			
		||||
        if playlist_id.startswith('RD') or playlist_id.startswith('UL'):
 | 
			
		||||
        if playlist_id.startswith(('RD', 'UL', 'PU')):
 | 
			
		||||
            # Mixes require a custom extraction process
 | 
			
		||||
            return self._extract_mix(playlist_id)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user