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