Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
example of pyquery scraping
html = "http://meteo.arso.gov.si/uploads/probase/www/fproduct/text/sl/fcast_si_text.html"
pq = PyQuery(html)
vsebina = pq('td.vsebina').text()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment