MCPcopy
hub / github.com/talebook/talebook / get

Function get

tools/spider.py:34–37  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

32
33
34def get(path):
35 if not path.startswith("/"):
36 path = "/" + path
37 return s.get(site + path, headers=headers, timeout=60)
38
39
40def download(path, name):

Callers 3

downloadFunction · 0.70
visit_threadFunction · 0.70
visit_boardFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected