-
Notifications
You must be signed in to change notification settings - Fork 83
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
Duplicate Files #171
Comments
|
I just want to make sure, the usual line i use is "python kemono-dl.py --cookies "kemono.party_cookies.txt" --from-file "user.txt" --extract-links" do I just add --archive to something like this "python kemono-dl.py --cookies "kemono.party_cookies.txt" --from-file "user.txt" --extract-links --archive "user.txt""? |
Use another file for |
You can still use my fork for when creating archive list tho. |
Thank you, but just a little bit of help. I might be doing something wrong. I'm using this line: but it keeps giving me this error: |
This --[no-]something behavior was introduced in python 3.9, so you need 3.9+ to run it, or you can modify the code... |
When running the program for some creators it's downloading the same files again. I'm assuming hashes(?) have changed for those files because the names have changed, but is there a way to ignore files that have been already downloaded?
The text was updated successfully, but these errors were encountered: