Closed meaksh closed 1 year ago
The urlgrab function initially coverts the given url to bytes string via the _to_utf8() helper.
urlgrab
url
_to_utf8()
This makes the final url parameter to be bytes, and therefore we need to fix this comparison to work properly.
@ycedres , can you please merge this and spin a new release? there are a couple of changes in last release in 2019. Thank you.
The
urlgrab
function initially coverts the givenurl
to bytes string via the_to_utf8()
helper.This makes the final
url
parameter to be bytes, and therefore we need to fix this comparison to work properly.