feat: 知乎支持(关键词、评论)

This commit is contained in:
Relakkes
2024-09-08 00:00:04 +08:00
parent 131b5697d5
commit b7e57da0d2
20 changed files with 1776 additions and 15 deletions

6
constant/zhihu.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
ZHIHU_URL = "https://www.zhihu.com"
ANSWER_NAME = "answer"
ARTICLE_NAME = "article"
VIDEO_NAME = "zvideo"