|
@@ -91,7 +91,7 @@ class BSZF:
|
|
|
Common.crawler_log().info("video_url:不存在")
|
|
|
elif ".mp4" not in feeds[i]["video_url"]:
|
|
|
video_url = "0"
|
|
|
- Common.crawler_log().info("video_url:不存在")
|
|
|
+ Common.crawler_log().info("video_url无效:".format(video_url))
|
|
|
else:
|
|
|
video_url = feeds[i]["video_url"]
|
|
|
Common.crawler_log().info("video_url:{}".format(video_url))
|