Merge branch 'main' into dev

This commit is contained in:
gaoxiaobei
2025-07-17 06:45:30 +08:00
committed by GitHub
38 changed files with 2572 additions and 1216 deletions

View File

@@ -19,6 +19,7 @@ from parsel import Selector
from constant import zhihu as zhihu_constant
from model.m_zhihu import ZhihuComment, ZhihuContent, ZhihuCreator
from tools import utils
from tools.crawler_util import extract_text_from_html
ZHIHU_SGIN_JS = None