Skip to content

Instantly share code, notes, and snippets.

@sasasa671
Created December 2, 2014 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasasa671/63cc6fd95f8b5b3b4699 to your computer and use it in GitHub Desktop.
Save sasasa671/63cc6fd95f8b5b3b4699 to your computer and use it in GitHub Desktop.
for td in soup.findAll("td", { "class":"title" }):
titles_html += td.findAll("a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment