search-engine-parser icon indicating copy to clipboard operation
search-engine-parser copied to clipboard

feat: default safe search enabled for Google search

Open AnsahMohammad opened this issue 1 year ago • 0 comments
trafficstars

by default set safe = "active" inorder to turnoff, one can add the parameter in kwargs as safe = "off"

usage:


search_args = ('hello world', 1)
gsearch = GoogleSearch()
gresults = gsearch.search(*search_args, safe='off') 

This PR will close #126

AnsahMohammad avatar May 03 '24 05:05 AnsahMohammad