Y
Hacker News
new
|
ask
|
show
|
jobs
by
level09
4679 days ago
here is how I like to do it :
from pyquery import PyQuery as pq doc = pq('http://google.com') print doc('#hplogo')