ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 221 forks source link

Links and images #90

Open gbelvedere opened 6 years ago

gbelvedere commented 6 years ago

Is it possible to get an array of the images that are embeded in the content and their positions? and same thing with the links?

ageitgey commented 6 years ago

No, that's not currently a feature. It just returns one "main" image.

gbelvedere commented 6 years ago

any idea how much work would be to implement it? is it possible to collaborate with the project and do it?