youtube-dl

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

commit 5c340b038740061c61f55be1935e364a883a3138
parent 1c6510f57a458aa9634923c0f48596b57d084649
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 26 Feb 2015 01:47:16 +0100

release 2015.02.26.1

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

diff --git a/docs/supportedsites.md b/docs/supportedsites.md @@ -17,6 +17,7 @@ - **AdultSwim** - **Aftenposten** - **Aftonbladet** + - **AirMozilla** - **AlJazeera** - **Allocine** - **AlphaPorno** @@ -220,6 +221,9 @@ - **Ku6** - **la7.tv** - **Laola1Tv** + - **Letv** + - **LetvPlaylist** + - **LetvTv** - **lifenews**: LIFE | NEWS - **LiveLeak** - **livestream** diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.26' +__version__ = '2015.02.26.1'