Last active
October 22, 2015 10:57
-
-
Save GreeeenApple/163ead6b039bb13cc6d9 to your computer and use it in GitHub Desktop.
ああああ
This file contains 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
import lxml.html | |
res_html = lxml.html.parse("http://seccon2015.connpass.com/event/21425/").getroot() | |
target_path = "/html/body/div/div/div/div/div/h4/a" | |
print(res_html.xpath(target_path)[0].text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment