summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2016-01-31 12:57:18 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2016-01-31 12:57:18 +0100
commita69bee4762044b657e1fd8bd4cf0baa58d950bc3 (patch)
tree5b00631453b8a92647cfe9a3210cbd55e9071912
parent9acd33094d36acde60a42837ed775c68ad3a327d (diff)
release 2016.01.312016.01.31
-rw-r--r--README.md4
-rw-r--r--docs/supportedsites.md3
-rw-r--r--youtube_dl/version.py2
3 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 724fb17d12..7c582511f6 100644
--- 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
diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index eb68c23b56..0644436a8a 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -55,6 +55,7 @@
- **audiomack**
- **audiomack:album**
- **Azubu**
+ - **AzubuLive**
- **BaiduVideo**: 百度视频
- **bambuser**
- **bambuser:channel**
@@ -315,6 +316,7 @@
- **mailru**: Видео@Mail.Ru
- **MakerTV**
- **Malemotion**
+ - **MatchTV**
- **MDR**: MDR.DE and KiKA
- **media.ccc.de**
- **metacafe**
@@ -507,6 +509,7 @@
- **Sapo**: SAPO Vídeos
- **savefrom.net**
- **SBS**: sbs.com.au
+ - **schooltv**
- **SciVee**
- **screen.yahoo:search**: Yahoo screen search
- **Screencast**
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index d9f1e22b01..006b960b3f 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2016.01.29'
+__version__ = '2016.01.31'