mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
version 0.4.350
This commit is contained in:
parent
30272b7375
commit
c9223acd11
@ -183,7 +183,6 @@ class Youku(VideoExtractor):
|
||||
log.wtf('[Failed] Wrong password.')
|
||||
|
||||
stream_types = dict([(i['id'], i) for i in self.stream_types])
|
||||
self.streams_parameter = {}
|
||||
audio_lang = data['stream'][0]['audio_lang']
|
||||
|
||||
for stream in data['stream']:
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
script_name = 'you-get'
|
||||
__version__ = '0.4.330'
|
||||
__version__ = '0.4.350'
|
||||
|
Loading…
Reference in New Issue
Block a user