MCPcopy Create free account
hub / github.com/Boris-code/feapder / get_url_md5

Function get_url_md5

feapder/utils/tools.py:494–497  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

492
493
494def get_url_md5(url):
495 url = canonicalize_url(url)
496 url = re.sub("^http://", "https://", url)
497 return get_md5(url)
498
499
500def fit_url(urls, identis):

Callers

nothing calls this directly

Calls 2

canonicalize_urlFunction · 0.85
get_md5Function · 0.85

Tested by

no test coverage detected