1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

add Downloader section

This commit is contained in:
Vinta 2014-07-02 11:14:16 +08:00
parent 53d9af9c97
commit 459ab549fd

View file

@ -34,6 +34,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [HTML Manipulation](#html-manipulation) - [HTML Manipulation](#html-manipulation)
- [Web Crawling](#web-crawling) - [Web Crawling](#web-crawling)
- [Web Content Extracting](#web-content-extracting) - [Web Content Extracting](#web-content-extracting)
- [Downloader](#downloader)
- [Forms](#forms) - [Forms](#forms)
- [Anti-spam](#anti-spam) - [Anti-spam](#anti-spam)
- [Tagging](#tagging) - [Tagging](#tagging)
@ -193,9 +194,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [moviepy](http://zulko.github.io/moviepy/) - A module for script-based movie editing with many formats, including animated GIFs. * [moviepy](http://zulko.github.io/moviepy/) - A module for script-based movie editing with many formats, including animated GIFs.
* [shorten.tv](http://www.shorten.tv/) - Video summarization. * [shorten.tv](http://www.shorten.tv/) - Video summarization.
* [youtube-dl](http://rg3.github.io/youtube-dl/) - A small command-line program to download videos from YouTube.
* [you-get](http://www.soimort.org/you-get/) - A YouTube/Youku/Niconico video downloader written in Python 3.
* [coursera](https://github.com/coursera-dl/coursera) - Script for downloading Coursera.org videos and naming them.
## Geolocation ## Geolocation
@ -401,12 +399,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler. * [Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler.
* [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool. * [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
## WebSocket ## Downloader
*Libraries for woking with WebSocket.* *Libraries for downloading*
* [AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). * [youtube-dl](http://rg3.github.io/youtube-dl/) - A small command-line program to download videos from YouTube.
* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. * [you-get](http://www.soimort.org/you-get/) - A YouTube/Youku/Niconico video downloader written in Python 3.
* [coursera](https://github.com/coursera-dl/coursera) - Script for downloading Coursera.org videos and naming them.
## Forms ## Forms
@ -456,6 +455,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python. * [diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python.
* [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the 0MQ message library. * [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the 0MQ message library.
## WebSocket
*Libraries for woking with WebSocket.*
* [AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html).
* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy.
## GUI ## GUI
*Libraries for working with graphical user interface applications.* *Libraries for working with graphical user interface applications.*