Skip to content

Instantly share code, notes, and snippets.

@CharlesRajendran
Last active March 3, 2018 13:38
Show Gist options
  • Save CharlesRajendran/0e5139fdbdbfcacff4b58b876626453d to your computer and use it in GitHub Desktop.
Save CharlesRajendran/0e5139fdbdbfcacff4b58b876626453d to your computer and use it in GitHub Desktop.
from urllib.request import urlopen
# read the page
url = urlopen('http://www.cricbuzz.com/cricket-news/100707/destinys-child-zimbabwes-middle-order-batsman-sikandar-raza-treats-triumphs-and-failures-the-same')
html = url.read()
url.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment