Skip to content

Instantly share code, notes, and snippets.

@CrazyLemon
Created January 8, 2016 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CrazyLemon/884b2c59ff7a86aacf53 to your computer and use it in GitHub Desktop.
Save CrazyLemon/884b2c59ff7a86aacf53 to your computer and use it in GitHub Desktop.
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