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

Reconsider reimplementing Ratings #278

Open
sr229 opened this issue May 20, 2020 · 2 comments
Open

Reconsider reimplementing Ratings #278

sr229 opened this issue May 20, 2020 · 2 comments

Comments

@sr229
Copy link
Collaborator

sr229 commented May 20, 2020

As part of Project Aya, we want to disseminate which is NSFW and which isn't since we have a NSFW filter enabled in Aya. However, Sagiri won't acknowledge that, and instead of a Aya-level implementation we could do it in a library-level implementation where everyone can benefit.

@Eldoprano
Copy link

The SauceNAO API has an option that can filter out NSFW content by levels:

hide = <0|1|2|3> | This controls the hidden field of results based on result content info. All results still show up in the api, check the hidden field for whether the site would have shown the image file.0=show all, 1=hide expected explicit, 2=hide expected and suspected explicit, 3=hide all but expected safe. Default is 0.
Source: https://saucenao.com/user.php?page=search-api

And I think it should be pretty easy to implement it on the library, because it's just one more URL parameter to add

@sr229 sr229 self-assigned this Apr 10, 2024
@sr229
Copy link
Collaborator Author

sr229 commented Apr 10, 2024

I'll look into it.

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

No branches or pull requests

2 participants