#!/usr/bin/env python import urllib2 import re import hashlib def fetch(url): response = urllib2.urlopen(url) return response.read() def main(): html = fetch('https://code.jquery.com/jquery/') regex = re.compile(r"