parser
parser copied to clipboard
📜 Extract meaningful content from the chaos of a web page
- **Platform**: Darwin quack.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64 - **Mercury Parser Version**: 2.1.1 ## Expected Behavior I had just finished my...
Installed mercury-parser from NPM v2.0.0 Works great, thanks! Every execution however throws an "Iconv-lite warning: decode()-ing strings is deprecated." error. We are passing in strings per the documentation. This is...
Similar to #316, I would love to be able to specify a different output mode. In this case, JSON instead of HTML. Example usage: ```js Mercury.parse({ url: myURL, outputMode: 'json'...
I tested `mercury-parser` against my website out of curiosity and found out that it doesn't currently support extracting at least `author` and `datePublished` from [Microdata](https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata). I believe this feature could...
## Expected Behavior Clicking the Postlight (Mercury) Chrome Extension icon doesn't work. ## Current Behavior Clicking on the icon does nothing. Hovering shows: "Postlight Reader". ## Steps to Reproduce Try...
## Expected Behavior When displaying (parsing) a web page with Mercury Reader, the page preview in Mercury Reader shows web links with their formatting (color, underline). From the Mercury Reader...
This patch changes how fixtures are stored. Previously, a fixture's folder identified its domain and its filename identified when it was fetched. This has been changed so that the filename...
## Expected Behavior yarn add should work. ## Current Behavior README has ``` yarn add @postlight/parser ``` Running that results in ``` yarn add @postlight/parser yarn add v1.22.19 [1/5] 🔍...
This PR adds a custom extractor for [NetEase](www.163.com) articles.
- **Platform**: Windows 10 64 bit - **Mercury Parser Version**: 2.2.1 - **Node Version (if a Node bug)**: v16.16.0 ## Expected Behavior No vulnerabilities reported by npm audit / yarn...