MCPcopy Create free account
hub / github.com/Jack-Cherish/python-spider / parse_title

Function parse_title

baiduwenku_pro_1.py:21–22  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

19
20
21def parse_title(content):
22 return re.findall(r"title.*?\:.*?\'(.*?)\'\,", content)[0]
23
24
25def parse_doc(content):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected