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

Add support for extracting embedded videos from web pages #2

Closed ageitgey closed 10 years ago

ageitgey commented 10 years ago

Now unfluff will return a videos element for each page.

videos will contain an array of embedded videos found in the article.

Each video will have: src: The url to the video width: width of video height: height of video