danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

Add option to pass custom data #173

Closed plm75 closed 7 years ago

plm75 commented 8 years ago

This adds the option to pass custom data to each parsed article through the meta property.

danmactough commented 8 years ago

@plm75 Can you tell me why this is useful? Why do you need to pass this through on meta instead of just referring to it directly?

plm75 commented 8 years ago

@danmactough I need this for when I fetch several feeds concurrently and need to pass specific data for each article.