diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-12-21 11:42:25 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-12-21 11:42:25 +0100 | 
| commit | 0197004f786eba88238c5dd638dc1923b85b2b4c (patch) | |
| tree | 8d73654dd8e5a21a9c4b5e1c7be0e74d2a69be2b | |
| parent | 2c28da8e05f018d021d52dd1e8bc44bfbb6dbf00 (diff) | |
release 2015.12.212015.12.21
| -rw-r--r-- | docs/supportedsites.md | 13 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 10 insertions, 5 deletions
| diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 8253335e3..299bc5e72 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -65,9 +65,9 @@   - **Bet**   - **Bild**: Bild.de   - **BiliBili** + - **BleacherReport** + - **BleacherReportCMS**   - **blinkx** - - **blip.tv:user** - - **BlipTV**   - **Bloomberg**   - **Bpb**: Bundeszentrale für politische Bildung   - **BR**: Bayerischer Rundfunk Mediathek @@ -80,7 +80,6 @@   - **BYUtv**   - **Camdemy**   - **CamdemyFolder** - - **Canal13cl**   - **canalc2.tv**   - **Canalplus**: canalplus.fr, piwiplus.fr and d8.tv   - **CBS** @@ -210,7 +209,9 @@   - **GodTube**   - **GoldenMoustache**   - **Golem** + - **GoogleDrive**   - **Goshgay** + - **GPUTechConf**   - **Groupon**   - **Hark**   - **HearThisAt** @@ -252,6 +253,7 @@   - **Jove**   - **jpopsuki.tv**   - **Jukebox** + - **JWPlatform**   - **Kaltura**   - **KanalPlay**: Kanal 5/9/11 Play   - **Kankan** @@ -292,6 +294,7 @@   - **m6**   - **macgamestore**: MacGameStore trailers   - **mailru**: Видео@Mail.Ru + - **MakerTV**   - **Malemotion**   - **MDR**: MDR.DE and KiKA   - **media.ccc.de** @@ -551,6 +554,7 @@   - **TechTalks**   - **techtv.mit.edu**   - **ted** + - **Tele13**   - **TeleBruxelles**   - **Telecinco**: telecinco.es, cuatro.com and mediaset.es   - **Telegraaf** @@ -573,6 +577,7 @@   - **TMZ**   - **TMZArticle**   - **TNAFlix** + - **toggle**   - **tou.tv**   - **Toypics**: Toypics user profile   - **ToypicsUser**: Toypics user profile @@ -711,6 +716,7 @@   - **youtube:favorites**: YouTube.com favourite videos, ":ytfav" for short (requires authentication)   - **youtube:history**: Youtube watch history, ":ythistory" for short (requires authentication)   - **youtube:playlist**: YouTube.com playlists + - **youtube:playlists**: YouTube.com user/channel playlists   - **youtube:recommended**: YouTube.com recommended videos, ":ytrec" for short (requires authentication)   - **youtube:search**: YouTube.com searches   - **youtube:search:date**: YouTube.com searches, newest videos first @@ -718,7 +724,6 @@   - **youtube:show**: YouTube.com (multi-season) shows   - **youtube:subscriptions**: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)   - **youtube:user**: YouTube.com user videos (URL or "ytuser" keyword) - - **youtube:user:playlists**: YouTube.com user playlists   - **youtube:watchlater**: Youtube watch later list, ":ytwatchlater" for short (requires authentication)   - **Zapiks**   - **ZDF** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 01607693e..7095033c5 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.12.18' +__version__ = '2015.12.21' | 
