>> ipython [In 1]: from pyquery import PyQuery as pq [In 2]: pq("http://www.foo.com")("<some jquery selectors>")
... or do it with requests + lxml.etree, or whatever you want
when you have what you need, copy and paste into a file
... or do it with requests + lxml.etree, or whatever you want
when you have what you need, copy and paste into a file