node-osmosis
node-osmosis copied to clipboard
Web scraper for NodeJS
``` a[href*="ha"] @href ``` will work and return the links that have 'ha' in the actual url but not 'Ha'. If I also wanted both / case insensitive matching, I'd...
Hello! Ho I may get elements `a` that contains only numbers in `text()` via Xpath for `pagination` method? When I insert in `.paginate` selector that match all pagination links (1,2,3...)...
When I try to run a worker thread calling osmosis, it fails to load the module. I can load everything else without issues, and when I remove all osmosis related...
Hi, First of all, thank you for Osmosis! I've been using it for a few years now (yikes) and have only run into a handful of edge-cases issues since. I'm...
Hello, I got this error while using `.follow()` method. ``` _http_client.js:115 throw new ERR_UNESCAPED_CHARACTERS('Request path'); ^ TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters at new ClientRequest (_http_client.js:115:13) at Object.request (http.js:41:10)...
Hi,there, Today,I found a question about OSM map, i get road data from any one city in osm map, it about 100M, but i get total country's road data, it...
Hi,there, Today,I found a question about OSM map, i get road data from any one city in osm map, it about 100M, but i get total country's road data, it...
Mac OS High Sierra NodeJS 10.0.0 x64 node- gyp build fail for libxmljs this library is unusable in Mac if not patched
See #238 for details
Hi! Just testing with Osmosis but it seems it doesnt support FIGURE nor FIGCAPTION tag elements. Example code: ``` caption1 Github ``` It seems libxmljs doesnt support that tags. Is...