Skip to content

Commit

Permalink
version 0.4.350
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Mar 17, 2016
1 parent 30272b7 commit c9223ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/you_get/extractors/youku.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def prepare(self, **kwargs):
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']:
Expand Down
2 changes: 1 addition & 1 deletion src/you_get/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python

script_name = 'you-get'
__version__ = '0.4.330'
__version__ = '0.4.350'

0 comments on commit c9223ac

Please sign in to comment.