wangkun il y a 1 an
Parent
commit
432d065483
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      common/common.py

+ 1 - 1
common/common.py

@@ -420,7 +420,7 @@ class Common:
                 or crawler == "jixiangxingfu"\
                 or crawler == "zhongmiaoyinxin":
             Common.logger(log_type, crawler).info(f"=============")
-            video_path = os.path.join("C:", "crawler", "piaoquan_crawler", 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}")