aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 00:15:23 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 13:29:38 +0200
commitf1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (patch)
tree42e28ab543cc151658151714d66a9fdd2549cc5e /README.rst
parent71fb4d6c853cd3d42178758326b474b225a06425 (diff)
downloadyoutube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.gz
youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.bz2
youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.zip
Changed directory structure to use pyscaffold
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.