1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-02-15 13:33:11 +02:00

Merge pull request #121 from Proteusiq/master

added gazpacho
This commit is contained in:
Gregory Petukhov 2020-10-30 19:10:22 +03:00 committed by GitHub
commit df08f74dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ This list contains python libraries related to web scraping and data processing
* [selectolax](https://github.com/rushter/selectolax) - Python bindings to Modest engine (fast HTML5 parser with CSS selectors).
* [parsel](https://github.com/scrapy/parsel) - Lets you extract data from XML/HTML documents using XPath or CSS selectors.
* [html5-parser](https://github.com/kovidgoyal/html5-parser) - Fast C based HTML 5 parsing for python.
* [gazpacho](https://github.com/maxhumber/gazpacho/) - A simple, fast, and modern web scraping library.
### HTML/XML : Sanitizing