Python简单通用爬虫,爬取好看视频

首先配置视频保存目录,数据库,表的名称。将其命名为html config.pygit from os import mkdir from os.path import isdir, join, dirname class Config(): def __init__(self): pass def haokan_config(self):
相关文章
相关标签/搜索