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

Scrape innerHTML propery of an element? #41

Closed
kvetoslavnovak opened this issue Aug 13, 2015 · 1 comment
Closed

Scrape innerHTML propery of an element? #41

kvetoslavnovak opened this issue Aug 13, 2015 · 1 comment

Comments

@kvetoslavnovak
Copy link

Hello, than you very much for great scraper.

I could not find in the documentation if it is possible to scrape properties of element, like innerHTML.
Is it possible to get scrape not just plain text but rather html content? Something like
.get("https://website.com")
.find('element')
.set('element@innerHTML')

Thank you very much for your help.

@kvetoslavnovak
Copy link
Author

Sorry, I have got it :), it is mentioned here #26

.get("https://website.com")
.find('element')
.set('element :html')

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