Search_image_ddg not working

Can someone explain what is wrong with this, and how to get past this.

check out this thread for the fix Duck Duck Go code not working.
I think you can simply create your own search_images_ddg_new (by copy/paste the source code from github) and removing .decode() in the line

res = urlread(url,data={‘q’:term}).decode()

Hope it helps

1 Like