rm config.json

This commit is contained in:
yzqzss 2023-06-07 03:41:58 +08:00
parent 191673d289
commit 0225b6dd77
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
bvids/
biliarchiver.home
config.json
.venv/
__pycache__/
videos/

View File

@ -1,7 +0,0 @@
{
"video_concurrency": 3,
"part_concurrency": 10,
"stream_retry": 20,
"storage_home_dir": "bilibili_archive_dir",
"ia_key_file": "/home/yzqzss/.bili_ia_keys.txt"
}