LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.

Home Page:https://www.npmjs.com/package/googlethis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pcurz opened this issue · comments

commented

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"

  • [Yes] I am running the latest version
  • [Yes] I checked the documentation and found no answer
  • [Yes] I checked to make sure that this issue has not already been filed
  • [Yes] I have provided sufficient information
commented

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.

commented

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.