def hashurl()

in urlutils.py [0:0]


def hashurl(url):
    """ create hash from url """
    return hashlib.sha224(url.encode()).hexdigest()