Skip to content

Instantly share code, notes, and snippets.

@rscarvalho
Created February 9, 2015 14:05
Show Gist options
  • Select an option

  • Save rscarvalho/074a88f0ea4431959931 to your computer and use it in GitHub Desktop.

Select an option

Save rscarvalho/074a88f0ea4431959931 to your computer and use it in GitHub Desktop.
from pyquery import PyQuery
hora_brasilia = PyQuery(url='http://pcdsh01.on.br/HoraLegalBrasileira.asp')("td[bgcolor='#FFFF00']:first").text()
print "Horario de Brasilia", hora_brasilia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment