Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
494
def
get_url_md5(url):
495
url = canonicalize_url(url)
496
url = re.sub(
"^http://"
,
"https://"
, url)
497
return
get_md5(url)
498
499
500
def
fit_url(urls, identis):
Callers
nothing calls this directly
Calls
2
canonicalize_url
Function · 0.85
get_md5
Function · 0.85
Tested by
no test coverage detected