|
@@ -422,7 +422,7 @@ class Common:
|
|
|
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}")
|
|
|
+ Common.logger(log_type, crawler).info(f"video_path:{video_path}")
|
|
|
if os.path.getsize(video_path) == 0:
|
|
|
Common.logger(log_type, crawler).info(f'video_size:{os.path.getsize(video_path)}')
|
|
|
return
|