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
fix(scraper): use JSDOM title property for robust HTML title extraction
Replaces the fragile regex-based title extraction in HtmlProcessor with the more robust window.document.title property provided by JSDOM.
This correctly handles cases where the <title> tag contains attributes.
Adds a test case to verify title extraction with attributes.
Fixes#41
0 commit comments