wangkun vor 1 Jahr
Ursprung
Commit
70a4507a7a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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}")