AttributeError: 'str' object has no attribute 'decode'

urlread now returns urls decoded as str per default, you can remove the .decode() from the function and it works.

2 Likes