MediaCrawler/constant/zhihu.py

6 lines
130 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
ZHIHU_URL = "https://www.zhihu.com"
ANSWER_NAME = "answer"
ARTICLE_NAME = "article"
VIDEO_NAME = "zvideo"