From f1ddf104809017784aa136ebb8ff7e2cfb96d5f4 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 11 Oct 2015 00:15:23 +0200 Subject: Changed directory structure to use pyscaffold --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 8028dfd..0000000 --- a/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# YouTube Podcaster -Lets you covert YouTube-playlists to RSS podcast feeds and serve them. - -## Features -* Check playlists on HTTP-request -* Downloads videos and converts them to Ogg Vorbis files. -* Serve RSS feed - -## What it doesn't do (at the moment) -* Convert to mp3, mp4 or any other audio/video format -* Serve the downloaded audio files (needs to be done by an other server) - -## Dependencies -* [youtube-dl](https://github.com/rg3/youtube-dl) -* [python-feedgen](https://github.com/lkiesow/python-feedgen) - -## To do -* Add comments/documentation -* Support multiple audio/video formats - -## LICENSE -YouTube Podcaster is licensed under the MIT License, see the LICENSE file for more info. -- cgit v1.2.3