mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 08:43:58 +03:00
remove debug info
This commit is contained in:
parent
87868db444
commit
b85eed1461
@ -88,7 +88,6 @@ def iqiyi_download(url, output_dir = '.', merge = True, info_only = False):
|
|||||||
assert videoid
|
assert videoid
|
||||||
|
|
||||||
info = getVMS(tvid,videoid,gen_uid)
|
info = getVMS(tvid,videoid,gen_uid)
|
||||||
print(info)
|
|
||||||
assert info["code"] == "A000000"
|
assert info["code"] == "A000000"
|
||||||
|
|
||||||
title = info["data"]["vi"]["vn"]
|
title = info["data"]["vi"]["vn"]
|
||||||
|
Loading…
Reference in New Issue
Block a user