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.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..b485fbb --- /dev/null +++ b/README.rst @@ -0,0 +1,36 @@ +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 `__ +- `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