version 0.4.350

This commit is contained in:
Mort Yao 2016-03-17 03:24:16 +01:00
parent 30272b7375
commit c9223acd11
2 changed files with 1 additions and 2 deletions

View File

@ -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']:

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
script_name = 'you-get'
__version__ = '0.4.330'
__version__ = '0.4.350'