[youtube:playlist] Recognize popular uploads playlist as mix (Closes #9170)

This commit is contained in:
Sergey M․ 2016-04-12 21:38:31 +06:00
parent ffa2cecf72
commit 466a614537
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

View File

@ -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)