nodejs-web-scraper icon indicating copy to clipboard operation
nodejs-web-scraper copied to clipboard

Results 10 nodejs-web-scraper issues
Sort by recently updated
recently updated
newest added

Hi @ibrod83, Thank you so much for this package, it is extremely useful. I have a feature suggestion: ability to return objects from getElementContent. This way we can keep the...

Hi, thanks for this useful library! I'm trying to get the href value of this element: ``` download icon ``` Tried ``` const spec = new CollectContent('a[class="spec"]', { name: 'spec',...

I've tried to access a website online, then this error message popped up when attempting to interact with the website in any manner.

Hey! Thanks again for this awesome tool, I use it *all* the time and it works amazingly. I have a request for a feature addition - presently, the only way...

There are a few use cases which aren't covered by the `removeStyleAndScriptTags` option: 1. exclude other noise content, eg `` 2. exclude style, but leave scripts 3. exclude scripts which...

Adding a `.editorconfig` would help prevent contributors from making a bunch of unnecessary changes when autoformatting :)

Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @​gitname in debug-js/debug#866 Replace...

dependencies

I hope this satisfies #32, only added types from what I can understand of the code at the moment. Will push updates as soon as I learn more about the...

Nice library, thank you. Could you provide the typescript types for the library?