blob: 8028dfd402c994a8af931021dd3a1cee93ec74dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# YouTube Podcaster
Lets you covert YouTube-playlists to RSS podcast feeds and serve them.
## Features
* Check playlists on HTTP-request
* Downloads videos and converts them to Ogg Vorbis files.
* Serve RSS feed
## What it doesn't do (at the moment)
* Convert to mp3, mp4 or any other audio/video format
* Serve the downloaded audio files (needs to be done by an other server)
## Dependencies
* [youtube-dl](https://github.com/rg3/youtube-dl)
* [python-feedgen](https://github.com/lkiesow/python-feedgen)
## To do
* Add comments/documentation
* Support multiple audio/video formats
## LICENSE
YouTube Podcaster is licensed under the MIT License, see the LICENSE file for more info.
|