Skip to content

Instantly share code, notes, and snippets.

@statico
Created May 1, 2011 23:24
Show Gist options
  • Save statico/950984 to your computer and use it in GitHub Desktop.
Save statico/950984 to your computer and use it in GitHub Desktop.
for url in re.findall(r'(https?://\S+)', content):
# Ignore boring urls
if not url.startswith('http://www.youtube.'):
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment