parser
parser copied to clipboard
How can I extend an existing extractor without creating a whole new extractor?
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?