HFrost0 / bilix

⚡️Lightning-fast async download tool for bilibili and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

下载时判断当前目录名,如果所在目录为 videos (不区分大小写) 则不新建目录

mokurin000 opened this issue · comments

或者 -d .

bilix/bilix/cli/main.py

Lines 370 to 372 in 2efb887

if not kwargs['path'].exists():
kwargs['path'].mkdir(parents=True)
logger.info(f'Directory {kwargs["path"]} not exists, auto created')

v1.0默认不创建videos文件夹