Open AnsahMohammad opened 7 months ago
by default set safe = "active" inorder to turnoff, one can add the parameter in kwargs as safe = "off"
safe = "active"
safe = "off"
usage:
search_args = ('hello world', 1) gsearch = GoogleSearch() gresults = gsearch.search(*search_args, safe='off')
This PR will close #126
by default set
safe = "active"
inorder to turnoff, one can add the parameter in kwargs assafe = "off"
usage:
This PR will close #126