前端和json优化

This commit is contained in:
2025-11-28 17:16:17 +08:00
parent 34e69c7f62
commit dfb11c85f1
135 changed files with 930 additions and 633 deletions

View File

@@ -400,6 +400,8 @@ class RmrbCrawler(BaseCrawler):
src = str(src) # 转换为字符串
if not src.startswith("http"):
src = self.config.base_url + src
if src=="http://www.people.com.cn/img/2020wbc/imgs/share.png": #分享图片跳过
continue
content = f"<img style='{p_style}' src='{src}' />"
elif p.find('video'):