wangkun 1 anno fa
parent
commit
432d065483
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}")