mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
[youku]fix -p argument
This commit is contained in:
parent
4d1e69eae0
commit
957efe0eac
@ -237,7 +237,7 @@ class Youku(VideoExtractor):
|
|||||||
fileid = fileid,
|
fileid = fileid,
|
||||||
q = q
|
q = q
|
||||||
)
|
)
|
||||||
ksegs.append(u)
|
ksegs.append(json.loads(get_html(u+"&yxon=1"))[0]['server'])
|
||||||
|
|
||||||
if not kwargs['info_only']:
|
if not kwargs['info_only']:
|
||||||
self.streams[stream_id]['src'] = ksegs
|
self.streams[stream_id]['src'] = ksegs
|
||||||
|
Loading…
Reference in New Issue
Block a user