googlesearch
googlesearch copied to clipboard
Problems with cyrillic symbols
The output from following function from urllib in search function returns nonsence if terms have cycillic symbols.
escaped_term = urllib.parse.quote_plus(term,)
Passing encoding (utf8) doesn't solve problem. For my case, I just replaced this row with escaped_term = term.