jsonframe-cheerio icon indicating copy to clipboard operation
jsonframe-cheerio copied to clipboard

simple multi-level scraper json input/output for Cheerio

Results 7 jsonframe-cheerio issues
Sort by recently updated
recently updated
newest added

An error is thrown when jsonframe-cheerio is run in the browser with the latest version of jQuery (v3.3.1): `Uncaught TypeError: Cannot read property 'toLowerCase' of undefined`. The solution I found...

How can I get just "This is some text"? and not "This is some textFirst span textSecond span text"? ```HTML This is some text First span text Second span text...

There was an if statement in the `parseData` function (in the npm module, it is in `modules/parse.fn.js`) which would return the full `Array` returned by `rgx.exec(data)`, instead of the `String`...

Please enrich the documentation, there are many filters, extractors and other functionalities that are in the changelog but not in the sessions. So we need to look all the changelog...

Changed "data:" for "data:" in the regex example.

In [this section in the docs](https://github.com/gahabeen/jsonframe-cheerio#example-1), the example for `"link": "a @href"` should have a space like the other examples: `"link": "a @ href"`. It seems small, but it screwed...