[youku] add comments, close #797

This commit is contained in:
Mort Yao 2015-12-09 20:32:54 +01:00
parent 4389934466
commit e41d229779

View File

@ -179,7 +179,7 @@ class Youku(VideoExtractor):
if 'alias-of' in stream_types[stream_id]:
stream_id = stream_types[stream_id]['alias-of']
if stream_id in self.streams:
break
break # for multi-lang tracks, stop after the first stream
self.streams[stream_id] = {
'container': stream_types[stream_id]['container'],
'video_profile': stream_types[stream_id]['video_profile'],