Created
February 9, 2015 14:05
-
-
Save rscarvalho/074a88f0ea4431959931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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