You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ".venv/lib/python3.11/site-packages/goose3/extractors/title.py", line 51, in clean_title
title = title.replace(site_name, "").strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: replace() argument 1 must be str, not list
Step to reproduce:
url = "https://www.opennms.com/en/blog/2023-04-19-what-is-network-segmentation/"
g = Goose()
article = g.extract(url=url)
print(article.title)