youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 48c971e07336f1e5d33a760e454c52fac83392d5
parent f5e2efbbf0a4a1fa02df09a12ce9ec69970ab14c
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 24 Mar 2015 16:39:53 +0100

release 2015.03.24

Diffstat:
Mdocs/supportedsites.md | 2++
Myoutube_dl/version.py | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/supportedsites.md b/docs/supportedsites.md @@ -231,6 +231,7 @@ - **Letv** - **LetvPlaylist** - **LetvTv** + - **Libsyn** - **lifenews**: LIFE | NEWS - **LiveLeak** - **livestream** @@ -310,6 +311,7 @@ - **npo.nl:radio** - **npo.nl:radio:fragment** - **NRK** + - **NRKPlaylist** - **NRKTV** - **ntv.ru** - **Nuvid** diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.03.18' +__version__ = '2015.03.24'