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

+ 2 - 2
common/common.py

@@ -419,8 +419,8 @@ class Common:
                 or crawler == "ganggangdouchuan"\
                 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")
+            video_path = os.path.join(".\\", 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}")