-
-
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] Prevents download whole source gallery. #2025
Comments
Each entry in such a list can now also include a subcategory '<category>:<subcategory>' and it is possible to use '*' or an empty string as placeholder '*:<subcategory>', ':<subcategory>', '<category>:*' For example "blacklist": "imgur,*:tag,gfycat:user" or "blacklist": ["imgur", "*:tag", "gfycat:user"] will filter all 'imgur' extractors, all extractors with a 'tag' subcategory (e.g. https://danbooru.donmai.us/posts?tags=bonocho), and all 'gfycat' user extractors.
There are With 010d65d it is now possible to also select by subcategory and use placeholders, so you can allow only single posts from all sites and reject everything major like user profiles or searches: "whitelist": ["*:post", "*:image", "*:tweet", "*:work"] This will only download from Patreon posts, but ignore the user profile link from your example above. Same with Twitter tweets and Pixiv artworks. |
and not just in the commit message of 010d65d
How to get this works on fanbox.cc? Edit: specific site. Edit 2: I figured it out. The docs explains whitelist and blacklist. Here's my configuration: "danbooru": {
"blacklist": ["fanbox:creator"]
}, Extractors within its subcategory can be views on |
Related to this: #1747
Some source link don't specified the original gallery source link, but the artist galleries instead. It ended up downloads the whole artist gallery. For example, this one.
My suggestion is prevent it or an option to allow download or not.
Link example above aren't the only one. There are many.
The text was updated successfully, but these errors were encountered: