node-osmosis
node-osmosis copied to clipboard
Web scraper for NodeJS
is it possible that a return value is guaranteed? because if one "find" doesn not find anything the whole data is empty so I tried this code but it only...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 4.11.8 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
There is a "feature" that any function passed as one of properties of object parameters to any command is replaced with than command. It is rather inconvenience than handy, because...
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes Sourced from sshpk's releases. v1.16.1 Fixes for #60 (correctly encoding certificates with expiry dates >=2050), #62 (accepting PKCS#8 EC private keys with...
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog Sourced from extend's changelog. 3.0.2 / 2018-07-19 [Fix] Prevent merging __proto__ property (#48) [Dev Deps] update eslint, @ljharb/eslint-config, tape [Tests] up to node...
Bumps [debug](https://github.com/visionmedia/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! Changelog...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.3.2 to 2.5.0. Commits 7c1fdf1 2.5.0 9ff4ba5 Qualify the store.removeAllCookies documentation 1855bf3 Additional documentation for removeAllCookies 5cc9bd2 Extract tests, cover multiple error path 28f0808 Only call removeAllCookies...
I have replaced the key with option in line number 141 in index.js file.
https://github.com/rchipka/node-osmosis/blob/6540b47c6a2c66c0c90cc1fd0946d9e5f9a7641c/index.js#L141 there is a bug: ``` key !== undefined ``` will never be executed, I guess @rchipka wants to type ``` option !== undefined ```
Hey! I've been trying to scrape the news from [this webpage](https://investor.fce.com/press-releases/default.aspx) using osmosis. Unfortunately, the result is empty. My guess is that it's because the target news content of this...