mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-11 09:24:48 -04:00
- Introduced the @mozilla/readability library to improve HTML content extraction from URLs. - Enhanced the importHtmlFromURL method to fetch, parse, and sanitize HTML content, ensuring relative URLs are converted to absolute. - Added utility functions for escaping HTML and making URLs absolute within the imported content. - Updated type definitions to include Readability class for TypeScript support.