Hacker News new | ask | show | jobs
by the_cat_kittles 4384 days ago

  >> ipython

  [In 1]: from pyquery import PyQuery as pq
  [In 2]: pq("http://www.foo.com")("<some jquery selectors>")
(inspect output, repeat till right)

... or do it with requests + lxml.etree, or whatever you want

when you have what you need, copy and paste into a file

1 comments

PERFECT! Thanks a lot =-)