wangkun 1 年之前
父节点
当前提交
70a4507a7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/common.py

+ 1 - 1
common/common.py

@@ -419,7 +419,7 @@ class Common:
                 or crawler == "ganggangdouchuan"\
                 or crawler == "jixiangxingfu"\
                 or crawler == "zhongmiaoyinxin":
-            video_path = os.path.join(f"{crawler}", "videos", f"{md_title}", "video.mp4")
+            video_path = os.path.join("C:", "crawler", "piaoquan_crawler", f"{crawler}", "videos", f"{md_title}", "video.mp4")
         else:
             video_path = f"./{crawler}/videos/{md_title}/video.mp4"
         Common.logger(log_type, crawler).info(f"video_path:{video_path}")