Merge branch 'develop' of https://github.com/linhua55/you-get into linhua55-develop

This commit is contained in:
Mort Yao 2015-12-09 20:26:43 +01:00
commit 4389934466

View File

@ -178,6 +178,8 @@ class Youku(VideoExtractor):
if stream_id in stream_types:
if 'alias-of' in stream_types[stream_id]:
stream_id = stream_types[stream_id]['alias-of']
if stream_id in self.streams:
break
self.streams[stream_id] = {
'container': stream_types[stream_id]['container'],
'video_profile': stream_types[stream_id]['video_profile'],