You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added case sensitivity standardization for the lang_result parameter to match the languages found in result_languages.txt. It erroneously reverted to lang_en when passing in lang_zh-CN or lang_zh-TW. Thanks to @libenc for #42
Removed self.proxy lower case standardization because it changed passwords. Thank you to https://github.com/07h for spotting the issue in #14
Added verbose_output (bool) switch to return just a list of URLs (verbose_output=False) or a list of dictionaries containing the URL, rank, title, and description (verbose_output=True). Thanks to @KennBro for submitting #9
Added yagooglesearch_manages_http_429s option. Determines if yagooglesearch will handle HTTP 429 cool off and retries. Disable if you want to manage HTTP 429 responses. Idea submitted by @Cyber-Cowboy in #7