fastbook
fastbook copied to clipboard
Decode error
search_images_ddg( ) is giving off a new error - AttributeError: 'str' object has no attribute 'decode'. I am guessing this is due to a change on duck duck go. If you just remove the .encode() call from res = urlread(url,data={'q':term}) then everything works perfectly again.
I have done the same thing as @alexlarrimore.