2
0
Philipp Hagemeister 10 жил өмнө
parent
commit
0134901108

+ 2 - 0
README.md

@@ -408,6 +408,8 @@ which means you can modify it, redistribute it or use it however you like.
                                      downloading, similar to find's -exec
                                      downloading, similar to find's -exec
                                      syntax. Example: --exec 'adb push {}
                                      syntax. Example: --exec 'adb push {}
                                      /sdcard/Music/ && rm {}'
                                      /sdcard/Music/ && rm {}'
+    --convert-subtitles FORMAT       Convert the subtitles to other format
+                                     (currently supported: srt|ass|vtt)
 
 
 # CONFIGURATION
 # CONFIGURATION
 
 

+ 4 - 1
docs/supportedsites.md

@@ -210,6 +210,7 @@
  - **Jove**
  - **Jove**
  - **jpopsuki.tv**
  - **jpopsuki.tv**
  - **Jukebox**
  - **Jukebox**
+ - **Kaltura**
  - **Kankan**
  - **Kankan**
  - **Karaoketv**
  - **Karaoketv**
  - **keek**
  - **keek**
@@ -308,6 +309,7 @@
  - **Nuvid**
  - **Nuvid**
  - **NYTimes**
  - **NYTimes**
  - **ocw.mit.edu**
  - **ocw.mit.edu**
+ - **Odnoklassniki**
  - **OktoberfestTV**
  - **OktoberfestTV**
  - **on.aol.com**
  - **on.aol.com**
  - **Ooyala**
  - **Ooyala**
@@ -334,6 +336,7 @@
  - **PornoXO**
  - **PornoXO**
  - **PromptFile**
  - **PromptFile**
  - **prosiebensat1**: ProSiebenSat.1 Digital
  - **prosiebensat1**: ProSiebenSat.1 Digital
+ - **Puls4**
  - **Pyvideo**
  - **Pyvideo**
  - **QuickVid**
  - **QuickVid**
  - **R7**
  - **R7**
@@ -412,7 +415,7 @@
  - **StreamCZ**
  - **StreamCZ**
  - **StreetVoice**
  - **StreetVoice**
  - **SunPorno**
  - **SunPorno**
- - **SVTPlay**
+ - **SVTPlay**: SVT Play and Öppet arkiv
  - **SWRMediathek**
  - **SWRMediathek**
  - **Syfy**
  - **Syfy**
  - **SztvHu**
  - **SztvHu**

+ 1 - 1
youtube_dl/version.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-__version__ = '2015.02.26.2'
+__version__ = '2015.02.28'