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
#! /usr/bin/env python | |
# A Screenscraper for the Australian Open scores page. | |
# P.C. Shyamshankar | |
# January 2009 | |
# | |
# Can handle ongoing as well as completed matches, but you'll have to change the | |
# urls yourself. | |
# | |
# Note : Match numbers do not stay fixed! As matches finish and are pulled out | |
# of the list, they affect all below them (-1) and their own, of course. |