From 11addc50ffa9ce65ac3bef7af6b1c38d7eae1af6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 23 Aug 2015 23:52:47 +0200 Subject: [PATCH] release 2015.08.23 --- docs/supportedsites.md | 6 +++++- youtube_dl/version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 9099e2da4..8d9db53a6 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -301,6 +301,7 @@ - **Moviezine** - **movshare**: MovShare - **MPORA** + - **MSNBC** - **MTV** - **mtviggy.com** - **mtvservices:embedded** @@ -308,6 +309,7 @@ - **MusicPlayOn** - **MusicVault** - **muzu.tv** + - **Mwave** - **MySpace** - **MySpace:album** - **MySpass** @@ -392,6 +394,8 @@ - **Playtvak**: Playtvak.cz, iDNES.cz and Lidovky.cz - **Playvid** - **Playwire** + - **pluralsight** + - **pluralsight:course** - **plus.google**: Google Plus - **pluzz.francetv.fr** - **podomatic** @@ -534,6 +538,7 @@ - **TF1** - **TheOnion** - **ThePlatform** + - **ThePlatformFeed** - **TheSixtyOne** - **ThisAmericanLife** - **ThisAV** @@ -599,7 +604,6 @@ - **Viddler** - **video.google:search**: Google Video search - **video.mit.edu** - - **VideoBam** - **VideoDetective** - **videofy.me** - **videolectures.net** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index c090c6df7..394951ca7 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.08.16.1' +__version__ = '2015.08.23'