diff options
| author | 2015-10-11 00:15:23 +0200 | |
|---|---|---|
| committer | 2015-10-11 13:29:38 +0200 | |
| commit | f1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (patch) | |
| tree | 42e28ab543cc151658151714d66a9fdd2549cc5e /README.md | |
| parent | 71fb4d6c853cd3d42178758326b474b225a06425 (diff) | |
| download | youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.gz youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.bz2 youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.zip | |
Changed directory structure to use pyscaffold
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 8028dfd..0000000 --- a/README.md +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | # YouTube Podcaster | ||
| 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 | ## Dependencies | ||
| 14 | * [youtube-dl](https://github.com/rg3/youtube-dl) | ||
| 15 | * [python-feedgen](https://github.com/lkiesow/python-feedgen) | ||
| 16 | |||
| 17 | ## To do | ||
| 18 | * Add comments/documentation | ||
| 19 | * Support multiple audio/video formats | ||
| 20 | |||
| 21 | ## LICENSE | ||
| 22 | YouTube Podcaster is licensed under the MIT License, see the LICENSE file for more info. | ||
