Closed pcurz closed 2 years ago
Are you sure? Just did some testing and it didn't block NSFW results. The library doesn't completely remove the safe
parameter from the URL so that could be the problem, but it's hard to tell since I can't reproduce this.
I will test further soon
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
SafeSearch disabled when it should be
Steps to Reproduce
await google.image('something something nsfw', { safe: false });
Request something NSFW in images, Throws error "Results for 'X' are hidden by SafeSearch"