1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-02-19 19:00:10 +02:00

fix links

This commit is contained in:
milahu 2022-04-18 08:51:15 +02:00 committed by GitHub
parent db64c54277
commit 1c3879c18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ This list contains python libraries related to web scraping and data processing
### Web Scraping : Frameworks
* [grab](https://grablab.org/docs/) - web-scraping framework (pycurl/multicurl based)
* [scrapy](http://scrapy.org/) - web-scraping framework (twisted based).
* [grab](https://github.com/lorien/grab) - web-scraping framework (pycurl/multicurl based)
* [scrapy](https://github.com/scrapy/scrapy) - web-scraping framework (twisted based).
* [pyspider](https://github.com/binux/pyspider) - A powerful spider system.
* [cola](https://github.com/chineking/cola) - A distributed crawling framework.
* [ruia](https://github.com/howie6879/ruia) - Async Python 3.6+ web scraping micro-framework based on asyncio