-
-
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
[Danbooru] Returns original gallery not as external source instead. #1863
Comments
I think using the Simply add it to the danbooru section in the config (based on the standard example conf): "danbooru":
{
"username": null,
"password": null,
"external": false,
"metadata": false,
"ugoira": false,
"parent-directory": true
}, |
I'm going to test above. Btw, I have danbooru a custom directory. It uses file's md5 to prevent duplication and easy to search (eg, enter "danbooru": {
"filename": "{md5}.{extension}",
"directory": [
"{category}",
"{search_tags}"
]
}, |
I found it's going to be tricky or some things might break because a source is a pixiv artworks link and it may has multiple images. I'm thinking about how the filename going to be. Above is |
It does not, but you can access the metadata from a parent extractor and use |
This related to this issues: #1747
The external source saved as its extractor directory, eg pixiv saves onto
gallery-dl/pixiv
insteadgallery-dl/danbooru
. I found this is quite an issues because I don't know what it was and where it was from. I expect the file saved as danbooru's.It would be nice if there is an option for this.
The text was updated successfully, but these errors were encountered: