Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pythonでlxmlライブラリを使用すると役立つと思いますが、これを行う方法を見つけることができませんか??
簡単な出発点...
import lxml.html page = lxml.html.parse('http://www.google.com').getroot() print page.xpath('//a/@href')