matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.87k stars 349 forks source link

feature: attribute ohtml and raw #328

Closed exander77 closed 5 years ago

exander77 commented 5 years ago

Description

Attribute for output html (ohtml) and for getting raw cheerio object (raw).

exander77 commented 5 years ago

Solves issue #328.

lathropd commented 5 years ago

This fails to build, it also needs tests. Finally, is there a way to solve this without pulling in cheerio as a direct dependency?

Closing as label:wontfix for now, but can reopen.