http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/posts/python3/lowercase-url-encoding-with-urllib-in-python3.html
Skip to main content Private area snippets.bentasker.co.uk Search Tags BASH Python JS Misc Lowercase URL Encoding with Urllib in Python3 (Python3) Ben Tasker 2020-09-09 16:38 Category: Python3 Python's urllib module is pretty flexible, and contains a bunch of useful tools - including the ability to urlencode strings via urllib.parse.quote() Unfortunately, it doesn't allow you to specify what case should be used in URL encoding, and defaults to upper-case.