aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 9b662929e2dfd7869821f331faace60a7d8d589a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=================
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.