Skip to content

Releases: blakeembrey/node-htmlmetaparser

Extract Links and Images

24 Dec 02:35
Compare
Choose a tag to compare

Added

  • Extract links and images from a and img elements in the document

Updated Dependencies

15 Dec 00:28
Compare
Choose a tag to compare

Changed

  • Updated internal dependencies

Scrape Icons

15 Dec 00:28
Compare
Choose a tag to compare

Added

  • Scrape icons from HTML pages

Reserved Key Fixes (no `undefined` or conflicts)

06 Dec 22:34
Compare
Choose a tag to compare

Fixed

  • Improved the JSON-LD validity by removing undefined values and skipping not-allowed conflicting keys

Missing Microdata

04 Dec 22:19
Compare
Choose a tag to compare

Fixed

  • Correct missing microdata from result

Alternate Types

22 Oct 20:30
Compare
Choose a tag to compare

Changed

  • Make alternate links types always required
  • Extract rel=meta for alternative RDF representations

Initial Release

22 Oct 20:28
Compare
Choose a tag to compare

Extracted from node-scrappy for standalone testing and development of HTML metadata parsing. The implementation in node-scrappy ends up becoming opinionated for getting the desired output, so creating a standalone handler should enable more people to use the parser.