summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-06-25 07:43:49 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2015-06-25 07:43:49 +0200
commita1593a4a0e0f278d15ebda603df8c69679bb34c9 (patch)
treed3568f1da942312aead62af998c29a298445efa7
parent12e9e8445dc090a12c6f7643a346725788b0ca6b (diff)
release 2015.06.252015.06.25
-rw-r--r--README.md1
-rw-r--r--docs/supportedsites.md7
-rw-r--r--youtube_dl/version.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10d2d42099..e3452c9e1c 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ which means you can modify it, redistribute it or use it however you like.
--dump-user-agent Display the current browser identification
--list-extractors List all supported extractors
--extractor-descriptions Output descriptions of all supported extractors
+ --force-generic-extractor Force extraction to use the generic extractor
--default-search PREFIX Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for youtube-dl "large apple".
Use the value "auto" to let youtube-dl guess ("auto_warning" to emit a warning when guessing). "error" just throws an error. The
default value "fixup_error" repairs broken URLs, but emits an error if this is not possible instead of searching.
diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index 220e52b988..9a50fbd1c0 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -17,6 +17,7 @@
- **AcademicEarth:Course**
- **AddAnime**
- **AdobeTV**
+ - **AdobeTVVideo**
- **AdultSwim**
- **Aftenposten**
- **Aftonbladet**
@@ -110,6 +111,7 @@
- **dailymotion**
- **dailymotion:playlist**
- **dailymotion:user**
+ - **DailymotionCloud**
- **daum.net**
- **DBTV**
- **DctpTv**
@@ -344,6 +346,7 @@
- **Odnoklassniki**
- **OktoberfestTV**
- **on.aol.com**
+ - **OnionStudios**
- **Ooyala**
- **OoyalaExternal**
- **OpenFilm**
@@ -357,6 +360,7 @@
- **PhilharmonieDeParis**: Philharmonie de Paris
- **Phoenix**
- **Photobucket**
+ - **Pinkbike**
- **Pladform**
- **PlanetaPlay**
- **play.fm**
@@ -612,6 +616,7 @@
- **XBef**
- **XboxClips**
- **XHamster**
+ - **XHamsterEmbed**
- **XMinus**
- **XNXX**
- **Xstream**
@@ -628,7 +633,7 @@
- **YesJapan**
- **Ynet**
- **YouJizz**
- - **Youku**
+ - **youku**
- **YouPorn**
- **YourUpload**
- **youtube**: YouTube.com
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 34a13cb815..a225e03a11 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.06.15'
+__version__ = '2015.06.25'