diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 36 |
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 @@ | |||
| 1 | YouTube Podcaster | ||
| 2 | ================= | ||
| 3 | |||
| 4 | Lets you covert YouTube-playlists to RSS podcast feeds and serve them. | ||
| 5 | |||
| 6 | Features | ||
| 7 | -------- | ||
| 8 | |||
| 9 | - Check playlists on HTTP-request | ||
| 10 | - Downloads videos and converts them to Ogg Vorbis files. | ||
| 11 | - Serve RSS feed | ||
| 12 | |||
| 13 | What 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 | |||
| 20 | Dependencies | ||
| 21 | ------------ | ||
| 22 | |||
| 23 | - `youtube-dl <https://github.com/rg3/youtube-dl>`__ | ||
| 24 | - `python-feedgen <https://github.com/lkiesow/python-feedgen>`__ | ||
| 25 | |||
| 26 | To do | ||
| 27 | ----- | ||
| 28 | |||
| 29 | - Add comments/documentation | ||
| 30 | - Support multiple audio/video formats | ||
| 31 | |||
| 32 | LICENSE | ||
| 33 | ------- | ||
| 34 | |||
| 35 | YouTube Podcaster is licensed under the MIT License, see the LICENSE | ||
| 36 | file for more info. | ||
