wangkun 1 year ago
parent
commit
559d6c0364
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/common.py

+ 1 - 0
common/common.py

@@ -419,6 +419,7 @@ class Common:
                 or crawler == "ganggangdouchuan"\
                 or crawler == "ganggangdouchuan"\
                 or crawler == "jixiangxingfu"\
                 or crawler == "jixiangxingfu"\
                 or crawler == "zhongmiaoyinxin":
                 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:
         else:
             video_path = f"./{crawler}/videos/{md_title}/video.mp4"
             video_path = f"./{crawler}/videos/{md_title}/video.mp4"