mirror of
https://github.com/soimort/you-get.git
synced 2025-02-13 13:35:20 +03:00
del \t symbol of youku title
This commit is contained in:
parent
4b7753f2d4
commit
d8bb6ab4d4
@ -189,7 +189,7 @@ class Youku(VideoExtractor):
|
|||||||
else:
|
else:
|
||||||
log.wtf('Unknown error')
|
log.wtf('Unknown error')
|
||||||
|
|
||||||
self.title = self.api_data['video']['title']
|
self.title = self.api_data['video']['title'].replace('\t', '')
|
||||||
stream_types = dict([(i['id'], i) for i in self.stream_types])
|
stream_types = dict([(i['id'], i) for i in self.stream_types])
|
||||||
audio_lang = self.api_data['stream'][0]['audio_lang']
|
audio_lang = self.api_data['stream'][0]['audio_lang']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user