mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
Youku: fix display for format selection
This commit is contained in:
parent
fb83330e2f
commit
422a3e879f
@ -162,7 +162,7 @@ class VideoExtractor():
|
||||
stream_id = self.streams_sorted[0]['id'] if 'id' in self.streams_sorted[0] else self.streams_sorted[0]['itag']
|
||||
|
||||
if 'index' not in kwargs:
|
||||
self.p(None)
|
||||
self.p(stream_id)
|
||||
else:
|
||||
self.p_i(stream_id)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user