v1.1.3 (2022-06-08)
- Added Python 3.7 support and tests
- Sanitize generic title and description from unknown unicode and whitespaces
- Handle URLs with underscode
_
character in the domain name
v1.1.1 (2022-05-24)
Modern reimplementation of web_preview
:
- Enhanced parsing for generic web pages
- No unnecessary
GET
request is ever made ifcontent
of the page is supplied - Complete fallback mechanism which continues to parse until all methods are exhausted
- Python Typings are added across the entire library (better syntax highlighting)
- New dict-like
WebPreview
result object makes it easier to read parsing results - Command-line utility to extract title, description, and image from URL