diff options
| author | 2015-10-10 22:06:02 +0200 | |
|---|---|---|
| committer | 2015-10-10 22:06:02 +0200 | |
| commit | 2f2bd135d3dfd34cfef327b2d35012cfa2062701 (patch) | |
| tree | be1343e8a6e6a9246d584b8e6e55687dfca7c8d6 /README.md | |
| parent | 7778f0a6a01d5b8c9a9cd1547623bc0ba46eaff5 (diff) | |
| download | youtube-podcaster-2f2bd135d3dfd34cfef327b2d35012cfa2062701.tar.gz youtube-podcaster-2f2bd135d3dfd34cfef327b2d35012cfa2062701.tar.bz2 youtube-podcaster-2f2bd135d3dfd34cfef327b2d35012cfa2062701.zip | |
Initial code import
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 18 insertions, 2 deletions
| @@ -1,2 +1,18 @@ | |||
| 1 | # youtube-podcaster | 1 | # YouTube Podcaster |
| 2 | Converts youtube playlists to RSS-feeds | 2 | Lets you covert YouTube-playlists to RSS podcast feeds and serve them. |
| 3 | |||
| 4 | ## Features | ||
| 5 | * Check playlists on HTTP-request | ||
| 6 | * Downloads videos and converts them to Ogg Vorbis files. | ||
| 7 | * Serve RSS feed | ||
| 8 | |||
| 9 | ## What it doesn't do (at the moment) | ||
| 10 | * Convert to mp3, mp4 or any other audio/video format | ||
| 11 | * Serve the downloaded audio files (needs to be done by an other server) | ||
| 12 | |||
| 13 | ## To do | ||
| 14 | * Add comments/documentation | ||
| 15 | * Support multiple audio/video formats | ||
| 16 | |||
| 17 | ## LICENSE | ||
| 18 | YouTube Podcaster is licensed under the MIT License, see the LICENSE file for more info. | ||
