It's annoying to have to run scripts multiple times, tweaking it after each run to get exactly what you need. It's a waste of time...
>> 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
It's annoying to have to run scripts multiple times, tweaking it after each run to get exactly what you need. It's a waste of time...