youtube-dl

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

commit 1db5fbcfe3ef95654aa642ebe483fb070852cb49
parent 59b8ab583491410f4f365b1cb268a4360d7be877
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 16 Feb 2015 15:47:13 +0100

release 2015.02.16.1

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

diff --git a/docs/supportedsites.md b/docs/supportedsites.md @@ -338,9 +338,9 @@ - **Roxwel** - **RTBF** - **Rte** + - **rtl.nl**: rtl.nl and rtlxl.nl - **RTL2** - **RTLnow** - - **rtlxl.nl** - **RTP** - **RTS**: RTS.ch - **rtve.es:alacarta**: RTVE a la carta diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.16' +__version__ = '2015.02.16.1'