dinubs / jam-api

Parse web pages using CSS query selectors
http://www.jamapi.xyz
Other
1.37k stars 57 forks source link

Is there a way to request all HTML from a selector? #13

Closed jackmcdade closed 8 years ago

dinubs commented 8 years ago

There isn't currently, I'll add in a way to do so. It'll end up looking like

{"body_html": {"elem": "body", "inner_html": "html"}}

where inner_html would equal the inner html of body.

jackmcdade commented 8 years ago

👌🏼