We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
##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 !