summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-12-05 16:01:37 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-12-05 16:01:37 +0100
commit535d7b681b05a37a3c2549c7501eb7fe9c8a5f4e (patch)
tree0c199692625154a00a77ef1d35594644ba12117a
parent960e0388869a0cb383ee86fa01dce6cc8abc380a (diff)
release 2015.12.052015.12.05
-rw-r--r--README.md2
-rw-r--r--docs/supportedsites.md8
-rw-r--r--youtube_dl/version.py2
3 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index df419abe83..0b224f0be3 100644
--- a/README.md
+++ b/README.md
@@ -319,7 +319,7 @@ which means you can modify it, redistribute it or use it however you like.
--all-formats Download all available video formats
--prefer-free-formats Prefer free video formats unless a specific
one is requested
- -F, --list-formats List all available formats of specified
+ -F, --list-formats List all available formats of requested
videos
--youtube-skip-dash-manifest Do not download the DASH manifests and
related data on YouTube videos
diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index 1df4086101..880da0e472 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -15,8 +15,12 @@
- **abc.net.au**
- **Abc7News**
- **AcademicEarth:Course**
+ - **acast**
+ - **acast:channel**
- **AddAnime**
- **AdobeTV**
+ - **AdobeTVChannel**
+ - **AdobeTVShow**
- **AdobeTVVideo**
- **AdultSwim**
- **Aftenposten**
@@ -43,6 +47,7 @@
- **arte.tv:future**
- **AtresPlayer**
- **ATTTechChannel**
+ - **AudiMedia**
- **audiomack**
- **audiomack:album**
- **Azubu**
@@ -183,6 +188,7 @@
- **freespeech.org**
- **FreeVideo**
- **FunnyOrDie**
+ - **GameInformer**
- **Gamekings**
- **GameOne**
- **gameone:playlist**
@@ -480,6 +486,8 @@
- **Shared**: shared.sx and vivo.sx
- **ShareSix**
- **Sina**
+ - **skynewsarabia:video**
+ - **skynewsarabia:video**
- **Slideshare**
- **Slutload**
- **smotri**: Smotri.com
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index bd0de9f53c..12ca0241d8 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.11.27.1'
+__version__ = '2015.12.05'