aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..b485fbb
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,36 @@
1YouTube Podcaster
2=================
3
4Lets you covert YouTube-playlists to RSS podcast feeds and serve them.
5
6Features
7--------
8
9- Check playlists on HTTP-request
10- Downloads videos and converts them to Ogg Vorbis files.
11- Serve RSS feed
12
13What it doesn't do (at the moment)
14----------------------------------
15
16- Convert to mp3, mp4 or any other audio/video format
17- Serve the downloaded audio files (needs to be done by an other
18 server)
19
20Dependencies
21------------
22
23- `youtube-dl <https://github.com/rg3/youtube-dl>`__
24- `python-feedgen <https://github.com/lkiesow/python-feedgen>`__
25
26To do
27-----
28
29- Add comments/documentation
30- Support multiple audio/video formats
31
32LICENSE
33-------
34
35YouTube Podcaster is licensed under the MIT License, see the LICENSE
36file for more info.