mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
Merge pull request #5315 from cddjr/fix_movie_scrape_image
This commit is contained in:
+1
-1
@@ -618,7 +618,7 @@ class MediaChain(ChainBase):
|
|||||||
should_scrape = True # 未知类型默认刮削
|
should_scrape = True # 未知类型默认刮削
|
||||||
|
|
||||||
if should_scrape:
|
if should_scrape:
|
||||||
image_path = filepath.with_name(image_name)
|
image_path = filepath / image_name
|
||||||
if overwrite or not storagechain.get_file_item(storage=fileitem.storage,
|
if overwrite or not storagechain.get_file_item(storage=fileitem.storage,
|
||||||
path=image_path):
|
path=image_path):
|
||||||
# 流式下载图片并直接保存
|
# 流式下载图片并直接保存
|
||||||
|
|||||||
Reference in New Issue
Block a user