youtube-dl

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

commit 0d33166ec586b9c75e20835adca927e923cb36e3
parent 87c03c6bd22e99d6410c907128ab872e79df1560
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 18 Mar 2016 11:43:48 +0100

release 2016.03.18

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 @@ -81,6 +81,7 @@ - **BokeCC** - **Bpb**: Bundeszentrale für politische Bildung - **BR**: Bayerischer Rundfunk Mediathek + - **BravoTV** - **Break** - **brightcove:legacy** - **brightcove:new** @@ -499,6 +500,7 @@ - **Restudy** - **ReverbNation** - **Revision3** + - **RICE** - **RingTV** - **RottenTomatoes** - **Roxwel** @@ -617,6 +619,7 @@ - **ThePlatform** - **ThePlatformFeed** - **TheSixtyOne** + - **TheStar** - **ThisAmericanLife** - **ThisAV** - **THVideo** @@ -650,6 +653,7 @@ - **tv.dfb.de** - **TV2** - **TV2Article** + - **TV3** - **TV4**: tv4.se and tv4play.se - **TVC** - **TVCArticle** diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2016.03.14' +__version__ = '2016.03.18'