-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
[Site Request] derpibooru.org #862
Comments
They have an API https://derpibooru.org/pages/api |
how's this going? |
I need something like that. I'll try to work on that, but I don't have any experience with gallery-dl (althougt I did some stuff on youtube-dl). |
|
Not an option since it's Window$-only, and graphical. |
Is philomena actually any good? |
^ Seems that way; I've used https://github.com/mcilya/DBooru to get my likes/favs, which uses the API, and it works perfectly. Don't bother with https://github.com/joshua-stone/DerPyBooru unless you're using it to code your own Derpibooru Client, it's only an API wrapper. Although, it doesn't support URL's, only keywords and likes/favs, via a very hardcoded TUI. (Philomena's problem's it's hardcoded for PostgreSQL, the way I understand, but shouldn't be much of a problem to modify for MariaDB.) |
fa8ee6e adds initial support for general searches, galleries, and single images. By default it uses the site's "Default" filter (should it use the "Everything" filter or similar instead?), but it is possible to set an API key or an explicit filter ID to change that. Let me know what else would be useful to have, and any other potential improvements like for instance default file names. |
what am I doing wrong here I can just download SFW content even tho I have set my API key? I made new line to my gallery-dl.conf like this
I tried with everything filter only and only API-key but no difference. |
It's only "derpibooru":
{
"filter": "56027",
"api-key": "API-key"
}, |
hmm I did this but it still seems to be only downloading SFW content not sure what's going on.
I tried another gallery with only nsfw content here's the result
|
Maybe gallery-dl isn't automatically loading your config file because it's not at the right location? Try using Going back to my question from before: Would it be better to use the "Everything" filter or similar by default? |
yes it should use by default "Everything" for some reason it is not reading the config file correclty even tho when I directly do --config command to the file it seems to ignore the filter and api-key values? not sure what's going on. |
Hard to tell without seeing your config as a whole, but the following works as a minimal example: {
"extractor": {
"derpibooru": {
"filter": 12345
}
}
} $ gallery-dl -v --ignore-config -c config.json https://derpibooru.org/tags/TAG
[urllib3.connectionpool][debug] https://derpibooru.org:443 "GET /api/v1/json/search/images?q=TAG&page=1&per_page=50&filter_id=12345 HTTP/1.1" 200 None |
Hey
would be nice to have derpibooru support please :)
The text was updated successfully, but these errors were encountered: