LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.
https://www.npmjs.com/package/googlethis
MIT License
325 stars 76 forks source link

[1.2.9-d.3] SafeSearch still enabled regardless of option #25

Closed pcurz closed 2 years ago

pcurz commented 2 years ago

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"

LuanRT commented 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.

pcurz commented 2 years ago

I will test further soon

github-actions[bot] commented 2 years ago

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.