Skip to content

Instantly share code, notes, and snippets.

@GreeeenApple
Last active October 22, 2015 10:57
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 GreeeenApple/163ead6b039bb13cc6d9 to your computer and use it in GitHub Desktop.
Save GreeeenApple/163ead6b039bb13cc6d9 to your computer and use it in GitHub Desktop.
ああああ
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