I am trying to use python to change the hostname in a url, and have been playing around with the urlparse module for a while now without finding a satisfactory solution. As an example, consider the url: https://www.google.dk:80/barbaz I would like to replace "www.google.dk" with e.g. "www.foo.dk", so I get the following url: https://www.foo.dk:80/barbaz. So the part I want to replace is what urlpa
{{#tags}}- {{label}}
{{/tags}}