From 201558d1f57f556bf34a374c0d81ca9c74ba9125 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 30 Jun 2014 21:07:16 -0700 Subject: [PATCH 1/2] add you-get and coursera on video --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eae05ab3..f63018e5 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,9 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [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. * [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 From ef410f9d32e4a9457e9e20b6da5a993945594a66 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 30 Jun 2014 21:10:41 -0700 Subject: [PATCH 2/2] add webpy on web framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f63018e5..2febad13 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution. * [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development. * [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled. +* [webpy](http://webpy.org/) - A web framework for Python that is as simple as it is powerful. ## CMS