Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a feature for multi-user downloading #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hatute
Copy link

@hatute hatute commented May 9, 2023

增加多用户下载支持:

  1. 利用ast解析ini中的参数为数组类型,构建2维数组
  2. 遍历下载

未修改原逻辑

@wangnan789
Copy link

你测试过没有???
我测试过了,下载失败

@Johnserf-Seed
Copy link
Owner

新版完全重构了逻辑,但还未更新多用户下载,等推送后可自行调用。稍后我自己也会更新这个功能

@wangnan789
Copy link

增加多用户下载支持:

1. 利用ast解析ini中的参数为数组类型,构建2维数组

2. 遍历下载

未修改原逻辑

批量多用户可以这样下载
cat >xia_zai.sh <<EOF
python3 ./TikTokTool.py -u https://www.douyin.com/user/1-xxxxxxxxxx --max_connections=6 --max_tasks=5 --folderize=no --update=no --naming={create}{id}
python3 ./TikTokTool.py -u https://www.douyin.com/user/2-xxxxxxxxxx --max_connections=6 --max_tasks=5 --folderize=no --update=no --naming={create}
{id}
python3 ./TikTokTool.py -u https://www.douyin.com/user/3-xxxxxxxxxx --max_connections=6 --max_tasks=5 --folderize=no --update=no --naming={create}{id}
python3 ./TikTokTool.py -u https://www.douyin.com/user/4-xxxxxxxxxx --max_connections=6 --max_tasks=5 --folderize=no --update=no --naming={create}
{id}
python3 ./TikTokTool.py -u https://www.douyin.com/user/5-xxxxxxxxxx --max_connections=6 --max_tasks=5 --folderize=no --update=no --naming={create}_{id}
EOF
chmod +x ./xia_zai.sh
bash ./xia_zai.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants