Skip to content
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

Bots Not Respecting Blacklist Filenames #146

Open
BigFlubba opened this issue Jun 18, 2024 · 3 comments
Open

Bots Not Respecting Blacklist Filenames #146

BigFlubba opened this issue Jun 18, 2024 · 3 comments

Comments

@BigFlubba
Copy link

When I set blacklist filename it is still downloading the image. Would I need to add the filename plus the format (blank.png)?

@get-got
Copy link
Owner

get-got commented Jun 22, 2024

Make sure you're doing "blockedFilenames" within a "filters" group and nothing else, it should be working.

It doesn't need to be a complete match, it checks to see if the filename contains any of your phrases within "blockedFilenames".

@BigFlubba
Copy link
Author

BigFlubba commented Jun 23, 2024

Like this?

    "filters": {
        "blockedFilenames": [ "removed" ]
    },

If so, I think I found the issue I had an extra space before "blockedFilenames": [ "removed" ]. I'm surprised it didn't throw an invalid syntax error.

@BigFlubba
Copy link
Author

BigFlubba commented Jun 23, 2024

After correcting that it is still downloading the images.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants