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

Error when trying to parse HTML directly without going through a webpage #1

Closed
pedrocr opened this issue Apr 22, 2019 · 0 comments
Closed

Comments

@pedrocr
Copy link
Contributor

pedrocr commented Apr 22, 2019

When using one of the examples I get an error because apparently the HTML struct is now private. This is no longer possible:

use webpage::HTML;
let html = HTML::from_file("index.html", None);
// or let html = HTML::from_string(input, None);
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