|
@@ -108,7 +108,7 @@ class Dy_KS:
|
|
|
original_title = data["title"]
|
|
|
return video_url, original_title, video_id
|
|
|
elif code == 27006:
|
|
|
- if "作品不存在" in response['msg'] or "内容不存在" in response['msg'] or "私密作品" in response['msg']:
|
|
|
+ if "作品不存在" in response['msg'] or "内容不存在" in response['msg'] or "私密作品" in response['msg'] or "该作品仅允许关注者查看" in response['msg']:
|
|
|
return "作品不存在", None, None
|
|
|
time.sleep(3)
|
|
|
except Exception as e:
|