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

can't got iframe video from html #78

Open ostapetc opened 7 years ago

ostapetc commented 7 years ago

whats wrong with html/code below?

`<!DOCTYPE html>

Title

let data = extractor.lazy(fs.readFileSync('index.html')); let video = data.videos(); console.log(video);

output: [] `