-
Notifications
You must be signed in to change notification settings - Fork 22
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
Request - Flag to output files that failed #64
Comments
I wrote a Python script to write failed downloads to a file and call it using the on-complete argument. Here is the code if you want to do the same. Edit 27/12/2024: The script will now also remove the track from the list if it is successfully downloaded at a future date. It also handles concurrent writing better using a file lock.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to have the option to save a list of files that failed to download. I'm aware this is probably doable using the
--on-complete
flag.The text was updated successfully, but these errors were encountered: