Update youtube.py

This commit is contained in:
mrfunkycoda 2017-12-05 15:10:58 +02:00 committed by GitHub
parent 50bc8d67dc
commit e83a61e6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1563,7 +1563,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
# that's why it should be the last option:
el_order = ('info', 'embedded', 'vevo', '', 'detailpage')
else:
el_order = ('info', 'embedded', 'detailpage', 'vevo', ''):
el_order = ('info', 'embedded', 'detailpage', 'vevo', '')
for el in el_order:
query = {
'video_id': video_id,