mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-23 18:11:37 +08:00
- 区分 Consts 和 Settings,取代 Env - 独立 downloader module,为便于后续提供多下载器支持 - 加入命令行选项,提供 debug 模式 - 其他细节
5 lines
86 B
Python
5 lines
86 B
Python
class Parser:
|
|
def parse(filename):
|
|
# TODO 番剧名称识别
|
|
pass
|