diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2016-03-14 10:25:20 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2016-03-14 10:25:20 +0100 | 
| commit | 6bb266693f4b8cd92e27ea0efd46356dc254115b (patch) | |
| tree | 17f32079fcd9c4a5aba2543823007a6fcb95e129 | |
| parent | 5d53c327015f3370c3af454d18d51f2f4401fad4 (diff) | |
release 2016.03.142016.03.14
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/supportedsites.md | 9 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
3 files changed, 10 insertions, 3 deletions
| @@ -181,7 +181,7 @@ which means you can modify it, redistribute it or use it however you like.                                       to play it)      --external-downloader COMMAND    Use the specified external downloader.                                       Currently supports -                                     aria2c,axel,curl,httpie,wget +                                     aria2c,avconv,axel,curl,ffmpeg,httpie,wget      --external-downloader-args ARGS  Give these arguments to the external                                       downloader diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 0682e4af0..a6dcc2576 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -54,6 +54,7 @@   - **AtresPlayer**   - **ATTTechChannel**   - **AudiMedia** + - **AudioBoom**   - **audiomack**   - **audiomack:album**   - **Azubu** @@ -167,6 +168,8 @@   - **Dump**   - **Dumpert**   - **dvtv**: http://video.aktualne.cz/ + - **dw** + - **dw:article**   - **EaglePlatform**   - **EbaumsWorld**   - **EchoMsk** @@ -190,7 +193,6 @@   - **ExpoTV**   - **ExtremeTube**   - **facebook** - - **facebook:post**   - **faz.net**   - **fc2**   - **Fczenit** @@ -325,6 +327,7 @@   - **m6**   - **macgamestore**: MacGameStore trailers   - **mailru**: Видео@Mail.Ru + - **MakersChannel**   - **MakerTV**   - **Malemotion**   - **MatchTV** @@ -335,6 +338,7 @@   - **Mgoon**   - **Minhateca**   - **MinistryGrid** + - **Minoto**   - **miomio.tv**   - **MiTele**: mitele.es   - **mixcloud** @@ -671,6 +675,7 @@   - **UDNEmbed**: 聯合影音   - **Unistra**   - **Urort**: NRK P3 Urørt + - **USAToday**   - **ustream**   - **ustream:channel**   - **Ustudio** @@ -684,6 +689,7 @@   - **VGTV**: VGTV, BTTV, FTV, Aftenposten and Aftonbladet   - **vh1.com**   - **Vice** + - **ViceShow**   - **Viddler**   - **video.google:search**: Google Video search   - **video.mit.edu** @@ -711,6 +717,7 @@   - **vimeo:channel**   - **vimeo:group**   - **vimeo:likes**: Vimeo user likes + - **vimeo:ondemand**   - **vimeo:review**: Review pages on vimeo   - **vimeo:user**   - **vimeo:watchlater**: Vimeo watch later list, "vimeowatchlater" keyword (requires authentication) diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 246f5740d..9216fa547 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2016.03.06' +__version__ = '2016.03.14' | 
