Created
December 2, 2014 01:38
-
-
Save sasasa671/63cc6fd95f8b5b3b4699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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