deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
MIT License
1.12k stars 131 forks source link

miss match for quotation mark in utils._get_vqd #56

Closed MichelZhan closed 1 year ago

MichelZhan commented 1 year ago

image image

deedy5 commented 1 year ago

I'm already aware of it, they just changed the single quotes to double quotes.

deedy5 commented 1 year ago

Done. Update to v2.9.4

jkemp814 commented 1 year ago

pip install --upgrade duckduckgo-search worked after fix by @deedy5

Great job. Quick and timely update. Appreciate it.

mech206117 commented 1 year ago

How to do the upgrade of duckduckgo-search package on the image which we pulled from Docker Hub

DimbaPride commented 1 year ago

I have this error too

C:\Users\caio_\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgosearch\compat.py:20: UserWarning: ddg is deprecated. Use DDGS().text() generator warnings.warn("ddg is deprecated. Use DDGS().text() generator") C:\Users\caio\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgosearch\compat.py:24: UserWarning: parameter page is deprecated, use DDGS().text() generator warnings.warn("parameter page is deprecated, use DDGS().text() generator") C:\Users\caio\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgo_search\compat.py:26: UserWarning: parameter max_results is deprecated, use DDGS().text() warnings.warn("parameter max_results is deprecated, use DDGS().text()") SYSTEM: Command google returned: Error:

wmxl commented 1 year ago

I have this error too

C:\Users\caio_\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgosearch\compat.py:20: UserWarning: ddg is deprecated. Use DDGS().text() generator warnings.warn("ddg is deprecated. Use DDGS().text() generator") C:\Users\caio\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgosearch\compat.py:24: UserWarning: parameter page is deprecated, use DDGS().text() generator warnings.warn("parameter page is deprecated, use DDGS().text() generator") C:\Users\caio\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgo_search\compat.py:26: UserWarning: parameter max_results is deprecated, use DDGS().text() warnings.warn("parameter max_results is deprecated, use DDGS().text()") SYSTEM: Command google returned: Error:

me too, did you find solution?

cadenhewlett commented 1 year ago

I have this error too

C:\Users\caio_\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgosearch\compat.py:20: UserWarning: ddg is deprecated. Use DDGS().text() generator warnings.warn("ddg is deprecated. Use DDGS().text() generator") C:\Users\caio\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgosearch\compat.py:24: UserWarning: parameter page is deprecated, use DDGS().text() generator warnings.warn("parameter page is deprecated, use DDGS().text() generator") C:\Users\caio\AppData\Local\Programs\Python\Python310\lib\site-packages\duckduckgo_search\compat.py:26: UserWarning: parameter max_results is deprecated, use DDGS().text() warnings.warn("parameter max_results is deprecated, use DDGS().text()") SYSTEM: Command google returned: Error:

I am also currently encountering this problem, would be interested to find a fix

deedy5 commented 1 year ago

fived in v3.4.1 pip install -U duckduckgo-search