postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.46k stars 446 forks source link

How can I extend an existing extractor without creating a whole new extractor? #535

Closed beautyfree closed 1 year ago

beautyfree commented 4 years ago

Suppose I want to add a description field to the www.nytimes.com extractor. How can I import it and adding "extend" to it's object and adding a modified extractor using addExtractor?