Skip to content

Instantly share code, notes, and snippets.

@SourceVision
Created February 7, 2014 00:49
Show Gist options
  • Save SourceVision/8855525 to your computer and use it in GitHub Desktop.
Save SourceVision/8855525 to your computer and use it in GitHub Desktop.
Test
start_link = page.find('<a href=')
fdq = page.find('"', start_link)
sdq = page.find('"', fdq+1)
url = page[fdq+1:sdq]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment