Before you open an issue:
Describe the bug
I can't fetch google result.
What the bug is.
from ddgs import DDGS
results = DDGS().text("python programming", max_results=10, backend="google")
print(results)
ddgs.exceptions.DDGSException: No results found.
Steps to reproduce the problem:
Try the snippet code above
Specify this information
- Windows 11
- Python 3.12.10
- ddgs 9.10.0
Before you open an issue:
ddgs version. Update:pip install -U ddgs)pip install -I ddgs)Describe the bug
I can't fetch google result.
What the bug is.
ddgs.exceptions.DDGSException: No results found.
Steps to reproduce the problem:
Try the snippet code above
Specify this information