Skip to content
semk edited this page Nov 29, 2010 · 2 revisions

##Usage

# instantiate
matches = CricInfo()
# iterate though matches
for match in matches
    print match.title
    print match.description
    print match.link
    print match.guid

Simple as that !

Clone this wiki locally