mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
fix language bug
This commit is contained in:
parent
4d1e69eae0
commit
1100eb6060
@ -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:
|
||||
continue
|
||||
self.streams[stream_id] = {
|
||||
'container': stream_types[stream_id]['container'],
|
||||
'video_profile': stream_types[stream_id]['video_profile'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user