1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

add surgeon to JavaScript Browser Web Content Extracting

This commit is contained in:
Andriy Orehov 2018-11-17 22:00:13 +02:00
parent 0518b86b3e
commit a2e3f205c3

View File

@ -167,6 +167,7 @@ This list contains JavaScript libraries related to web scraping and data process
*Libraries for extracting web contents.*
* [node-read](https://github.com/bndr/node-read) - Get Readable Content from any page. Based on Arc90's readability project using cheerio engine.
* [surgeon](https://github.com/gajus/surgeon) - Declarative DOM extraction expression evaluator
* [node-ytdl-core](https://github.com/fent/node-ytdl-core) - Youtube video downloader in javascript
* [ImageResolver](https://github.com/mauricesvay/ImageResolver) - Does its best to determine the main image on a URL without loading all images.