dinubs / jam-api

Parse web pages using CSS query selectors

Home Page:http://www.jamapi.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jackmcdade opened this issue · comments

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.

👌🏼