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

FS#3559 - uclient-fetch fails to download more than 2 files #8585

Open
openwrt-bot opened this issue Jan 2, 2021 · 2 comments
Open

FS#3559 - uclient-fetch fails to download more than 2 files #8585

openwrt-bot opened this issue Jan 2, 2021 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

bjonglez:

uclient-fetch has support for downloading several files:

uclient-fetch URL1 URL2 URL3 ...

However, this only works for the first two URLs. The third and above URLs simply cause uclient-fetch to re-download the second URL again.

In addition, only the first URL is checked for validity. If a subsequent URL is invalid, then the previous URL is re-used:

uclient-fetch http://example.com invalid

This example will download http://example.com twice.

@openwrt-bot
Copy link
Author

termdew:

I'll have a look into it.

@openwrt-bot
Copy link
Author

termdew:

I sent a patch to the mailing list, which fixes the validation for more than one URL.
I'm still working on the other problem.

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

No branches or pull requests

1 participant