youtube-dl

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

commit 35ced3985acb23282b96771ac8b6570aab180768
parent 3e18700d45fe4117bd2560a58129e763c408b2ef
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 13 Feb 2016 08:25:05 +0100

release 2016.02.13

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 @@ -89,6 +89,8 @@ - **canalc2.tv** - **Canalplus**: canalplus.fr, piwiplus.fr and d8.tv - **Canvas** + - **CBC** + - **CBCPlayer** - **CBS** - **CBSNews**: CBS News - **CBSNewsLiveVideo**: CBS News Live Videos @@ -120,6 +122,7 @@ - **ComedyCentralShows**: The Daily Show / The Colbert Report - **CondeNast**: Condé Nast media group: Allure, Architectural Digest, Ars Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity Fair, Vogue, W Magazine, WIRED - **Cracked** + - **Crackle** - **Criterion** - **CrooksAndLiars** - **Crunchyroll** @@ -445,6 +448,7 @@ - **PlanetaPlay** - **play.fm** - **played.to** + - **PlaysTV** - **Playtvak**: Playtvak.cz, iDNES.cz and Lidovky.cz - **Playvid** - **Playwire** diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2016.02.10' +__version__ = '2016.02.13'