aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-10 22:16:19 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-10 22:16:19 +0200
commit71fb4d6c853cd3d42178758326b474b225a06425 (patch)
treefecb2168dbc3e84cbb816d3be4c7b18fac71430c
parent2f2bd135d3dfd34cfef327b2d35012cfa2062701 (diff)
downloadyoutube-podcaster-71fb4d6c853cd3d42178758326b474b225a06425.tar.gz
youtube-podcaster-71fb4d6c853cd3d42178758326b474b225a06425.tar.bz2
youtube-podcaster-71fb4d6c853cd3d42178758326b474b225a06425.zip
Added dependencies to README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index be8fbbd..8028dfd 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@ Lets you covert YouTube-playlists to RSS podcast feeds and serve them.
10* Convert to mp3, mp4 or any other audio/video format 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) 11* Serve the downloaded audio files (needs to be done by an other server)
12 12
13## Dependencies
14* [youtube-dl](https://github.com/rg3/youtube-dl)
15* [python-feedgen](https://github.com/lkiesow/python-feedgen)
16
13## To do 17## To do
14* Add comments/documentation 18* Add comments/documentation
15* Support multiple audio/video formats 19* Support multiple audio/video formats