-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Some way to use the same archive for multiple sites? #1711
Comments
One of the possible configs:
But it won't work because gallery-dl automatically adds category name at the beginning of each string. So, without code modification there's no easy way. |
Added an "booru": {
"archive": "./booru_db.sqlite3",
"archive-format": "{md5}",
"archive-prefix": ""
} |
@mikf Isn't it basically a duplicate option? There's no difference if I set |
This way it doesn't break existing configs. |
Should've looked at the commit first.. |
Wait. You can use md5 for archive? Or is it a theoretical parameter? |
Only for the sites which have such keyword, I guess it's only boorus. Check with the |
Shame, it would be very useful in kemonoparty extractor. |
I would like to use the same file for Sankaku Complex, Gelbooru and Danbooru, so if I download a file from one site, if I try to download the same file (same md5) from another site, the file will be skipped.
The text was updated successfully, but these errors were encountered: