Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
parse_title(content):
22
return
re.findall(r
"title.*?\:.*?\'(.*?)\'\,"
, content)[0]
23
24
25
def
parse_doc(content):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected