You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: