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

[咨询]请问一下作者大佬, 批量下载能不能一条命令传入多个配置文件 #62

Open
LRTFK opened this issue Mar 23, 2024 · 5 comments
Labels
提问(question) 想得到更多的详细支持(Further information is requested)

Comments

@LRTFK
Copy link
Contributor

LRTFK commented Mar 23, 2024

[咨询]请问一下作者大佬, 批量下载能不能一条命令传入多个配置文件
同时传入多个配置文件,或者一个配置文件夹?
或者在url里面传入多个地址?目前有多个链接想下载,采用的方法是多个配置文件挨个下载,不知道有没有更好用的方法

@LRTFK LRTFK added the 提问(question) 想得到更多的详细支持(Further information is requested) label Mar 23, 2024
@Johnserf-Seed
Copy link
Owner

F2设计的时候是考虑用多用户的低频配置来个性化用户下载的,只需设置user-A.yaml,user-B.yaml,user-C.yaml的主页即可。因为是cli来使用,所以可以批处理来写多用户的批量下载,也不用修改任何代码。

f2 -d DEBUG dy -c user-A.yaml
f2 -d DEBUG dy -c user-B.yaml
f2 -d DEBUG dy -c user-C.yaml

@253627764
Copy link

自己封装一个python脚本就行了,然后使用 -u参数修改下载地址 f2 -d DEBUG dy -c user.yaml -u http://xxx.yy.zzz. 循环的修改这最后一个参数就行了,我目前就是这么用的,几十个链接轮流下载

@LRTFK
Copy link
Contributor Author

LRTFK commented Mar 24, 2024

自己封装一个python脚本就行了,然后使用 -u参数修改下载地址 f2 -d DEBUG dy -c user.yaml -u http://xxx.yy.zzz. 循环的修改这最后一个参数就行了,我目前就是这么用的,几十个链接轮流下载

谢谢,学到了

@navyNIE
Copy link

navyNIE commented Jul 4, 2024

自己封装一个python脚本就行了,然后使用 -u参数修改下载地址 f2 -d DEBUG dy -c user.yaml -u http://xxx.yy.zzz. 循环的修改这最后一个参数就行了,我目前就是这么用的,几十个链接轮流下载

不好意思,可否再详细说说呢,程序小白,不太懂!

@Johnserf-Seed
Copy link
Owner

自己封装一个python脚本就行了,然后使用 -u参数修改下载地址 f2 -d DEBUG dy -c user.yaml -u http://xxx.yy.zzz. 循环的修改这最后一个参数就行了,我目前就是这么用的,几十个链接轮流下载

不好意思,可否再详细说说呢,程序小白,不太懂!

命令行工具是支持多开的,同一个目录下创建多个自定义配置然后用批处理的方式运行,或者查看最新文档里的进阶用法,根据示例代码编写是最方便的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
提问(question) 想得到更多的详细支持(Further information is requested)
Projects
None yet
Development

No branches or pull requests

4 participants