提交 2545b69f 编写于 作者: J jackyzy823 提交者: Mort Yao

fix logic

上级 65cdf9c4
......@@ -70,11 +70,10 @@ def iqiyi_download(url, output_dir = '.', merge = True, info_only = False):
title = info["data"]["vi"]["vn"]
#for highest qualities
#for http://www.iqiyi.com/v_19rrmmz5yw.html not vp -> np
try:
if info["data"]["vp"] or info["data"]['vp']["tkl"]=='' :
if not info["data"]["vp"] and info["data"]['vp']["tkl"]=='' :
raise ValueError
except:
log.e("[Error] Do not support for iQIYI VIP video.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册