MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / title

Method title

archivebox/extractors/title.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40
41 @property
42 def title(self):
43 return self.title_tag or self.title_og or None
44
45 def handle_starttag(self, tag, attrs):
46 if tag.lower() == "title" and not self.title_tag:

Callers 1

versionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected