]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
release 2016.01.31
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 31 Jan 2016 11:57:18 +0000 (12:57 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 31 Jan 2016 11:57:18 +0000 (12:57 +0100)
README.md
docs/supportedsites.md
youtube_dl/version.py

index 724fb17d12c9838cc6116daf9fc474afbabe81b7..7c582511f6db81d86474554b0b3fdc626e725fbb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -173,6 +173,10 @@ which means you can modify it, redistribute it or use it however you like.
                                      expected filesize (experimental)
     --hls-prefer-native              Use the native HLS downloader instead of
                                      ffmpeg (experimental)
+    --hls-use-mpegts                 Use the mpegts container for HLS videos,
+                                     allowing to play the video while
+                                     downloading (some players may not be able
+                                     to play it)
     --external-downloader COMMAND    Use the specified external downloader.
                                      Currently supports
                                      aria2c,axel,curl,httpie,wget
index eb68c23b56942aa8ff009ff6bb5305a5ad19098d..0644436a8af8a002d1f577d76caa98c35d014d88 100644 (file)
@@ -55,6 +55,7 @@
  - **audiomack**
  - **audiomack:album**
  - **Azubu**
+ - **AzubuLive**
  - **BaiduVideo**: 百度视频
  - **bambuser**
  - **bambuser:channel**
  - **mailru**: Видео@Mail.Ru
  - **MakerTV**
  - **Malemotion**
+ - **MatchTV**
  - **MDR**: MDR.DE and KiKA
  - **media.ccc.de**
  - **metacafe**
  - **Sapo**: SAPO Vídeos
  - **savefrom.net**
  - **SBS**: sbs.com.au
+ - **schooltv**
  - **SciVee**
  - **screen.yahoo:search**: Yahoo screen search
  - **Screencast**
index d9f1e22b013f98a2397e9816a2b83b3e16e30ceb..006b960b3fff502bca65aaea8772bcdaf1f1b323 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2016.01.29'
+__version__ = '2016.01.31'