Extracting a URL in Python
Posted
by Kyle Hayes
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Hayes
Published on 2009-05-08T14:17:04Z
Indexed on
2010/06/03
12:04 UTC
Read the original article
Hit count: 482
In regards to: http://stackoverflow.com/questions/720113/find-hyperlinks-in-text-using-python-twitter-related
How can I extract just the url so I can put it into a list/array?
Edit
Let me clarify, I don't want to parse the URL into pieces. I want to extract the URL from the text of the string to put it into an array. Thanks!
© Stack Overflow or respective owner