Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't got iframe video from html #78

Open
ostapetc opened this issue Oct 21, 2017 · 0 comments
Open

can't got iframe video from html #78

ostapetc opened this issue Oct 21, 2017 · 0 comments

Comments

@ostapetc
Copy link

whats wrong with html/code below?

`

<title>Title</title> <iframe width="560" height="315" src="https://www.youtube.com/embed/4G5xhIv_-bA" frameborder="0" allowfullscreen></iframe>

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

output: []
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant