We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have code like this:
for j in search(usermessage + site, num_results=5, lang='ru', sleep_interval=2, proxy='http://104.26.2.46:80'): responce.append(j)
I installed a proxy but it doesn't work. I saw issues where this topic was raised, but I still didn’t understand how to use a proxy.
The text was updated successfully, but these errors were encountered:
This has been merged.
Sorry, something went wrong.
No branches or pull requests
I have code like this:
for j in search(usermessage + site, num_results=5, lang='ru', sleep_interval=2, proxy='http://104.26.2.46:80'):
responce.append(j)
I installed a proxy but it doesn't work.
I saw issues where this topic was raised, but I still didn’t understand how to use a proxy.
The text was updated successfully, but these errors were encountered: