Skip to content

Instantly share code, notes, and snippets.

@imfht
Created November 12, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfht/ae6dcb0dbfe6f2d6eaaec4bc1739e36d to your computer and use it in GitHub Desktop.
Save imfht/ae6dcb0dbfe6f2d6eaaec4bc1739e36d to your computer and use it in GitHub Desktop.
>>> import urlparse
>>> url = 'http://stackoverflow.com/questions/1234567/blah-blah-blah-blah'
>>> urlparse.urljoin(url, '/')
'http://stackoverflow.com/'
# source: https://stackoverflow.com/a/32214840/8591480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment