mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-27 11:11:07 +08:00
fix webpush
This commit is contained in:
@@ -602,6 +602,7 @@ class AliPan(StorageBase):
|
||||
if res:
|
||||
download_url = res.json().get("url")
|
||||
if not download_url:
|
||||
logger.warn(f"{fileitem.path} 未获取到下载链接")
|
||||
return None
|
||||
res = RequestUtils().get_res(download_url)
|
||||
if res:
|
||||
|
||||
Reference in New Issue
Block a user