use beautifulsoup to derive title from HTML h1

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-01-28 14:08:48 -06:00
parent 3ca13cc6f8
commit 20673c178a
8 changed files with 53 additions and 5 deletions

View File

@@ -4,6 +4,8 @@
#
# pip-compile --output-file=requirements/requirements.txt
#
beautifulsoup4==4.14.3
# via incorporeal-cms (pyproject.toml)
feedgen==1.0.0
# via incorporeal-cms (pyproject.toml)
jinja2==3.1.6
@@ -18,5 +20,9 @@ python-dateutil==2.9.0.post0
# via feedgen
six==1.17.0
# via python-dateutil
soupsieve==2.8.3
# via beautifulsoup4
termcolor==3.3.0
# via incorporeal-cms (pyproject.toml)
typing-extensions==4.15.0
# via beautifulsoup4