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!