Skip to content

Instantly share code, notes, and snippets.

@dangayle
Last active August 29, 2015 14:02
Show Gist options
  • Save dangayle/5d8e304113e2c0271f4c to your computer and use it in GitHub Desktop.
Save dangayle/5d8e304113e2c0271f4c to your computer and use it in GitHub Desktop.
test_string = '''<!--[youtube id="vlmGknvr_Pg"]-->'''
def youtube(id):
return "https://www.youtube.com/watch?v={id}".format(id=id)
# >> https://www.youtube.com/watch?v=vlmGknvr_Pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment