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

List failed downloads #1

Open
ShadyMedic opened this issue Apr 8, 2021 · 1 comment
Open

List failed downloads #1

ShadyMedic opened this issue Apr 8, 2021 · 1 comment

Comments

@ShadyMedic
Copy link

It would be very useful if this application outputted a list of URLs that weren't successfully downloaded. Especially when the input is provided as a list of many URLs, there is no easy way to find the ones that weren't downloaded.

I don't know batch, but I think that this could be easily done by adding some code to line 97:

FOR /F %%i in ('type "%NEWFILE%"') do (SET /A NUMLINES=!NUMLINES!+1)

Instead of just counting successful downloads, a failed URL could be outputted (in the console and in a report text file) when the condition is false.

@n0samu
Copy link
Member

n0samu commented May 11, 2021

I'm planning to work on this feature this summer if time permits. If anyone else would like to implement it for me, I'd appreciate it!

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

No branches or pull requests

2 participants