]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
release 2015.06.25
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 25 Jun 2015 05:43:49 +0000 (07:43 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 25 Jun 2015 05:43:49 +0000 (07:43 +0200)
README.md
docs/supportedsites.md
youtube_dl/version.py

index 10d2d420997194b805fa0abb325e735e9c41d876..e3452c9e1c0650552805a67da01af572cb9471ac 100644 (file)
--- 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.
index 220e52b988ace1314ec866f59a8ef34562f1b583..9a50fbd1c0609a4c29eac9fd31f1be5c8da3257d 100644 (file)
@@ -17,6 +17,7 @@
  - **AcademicEarth:Course**
  - **AddAnime**
  - **AdobeTV**
+ - **AdobeTVVideo**
  - **AdultSwim**
  - **Aftenposten**
  - **Aftonbladet**
  - **dailymotion**
  - **dailymotion:playlist**
  - **dailymotion:user**
+ - **DailymotionCloud**
  - **daum.net**
  - **DBTV**
  - **DctpTv**
  - **Odnoklassniki**
  - **OktoberfestTV**
  - **on.aol.com**
+ - **OnionStudios**
  - **Ooyala**
  - **OoyalaExternal**
  - **OpenFilm**
  - **PhilharmonieDeParis**: Philharmonie de Paris
  - **Phoenix**
  - **Photobucket**
+ - **Pinkbike**
  - **Pladform**
  - **PlanetaPlay**
  - **play.fm**
  - **XBef**
  - **XboxClips**
  - **XHamster**
+ - **XHamsterEmbed**
  - **XMinus**
  - **XNXX**
  - **Xstream**
  - **YesJapan**
  - **Ynet**
  - **YouJizz**
- - **Youku**
+ - **youku**
  - **YouPorn**
  - **YourUpload**
  - **youtube**: YouTube.com
index 34a13cb815d2c11f85f33f725d2f9bcac2a11865..a225e03a117e1074b5e46a5ee0a729fec21de677 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.06.15'
+__version__ = '2015.06.25'