release 2015.02.28
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 28 Feb 2015 20:24:25 +0000 (21:24 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 28 Feb 2015 20:24:25 +0000 (21:24 +0100)
README.md
docs/supportedsites.md
youtube_dl/version.py

index 2c53e22115eb7caaab770e876b606c004e527aca..04f664cd351cd46adc68e559339e4436669ab67f 100644 (file)
--- a/README.md
+++ b/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
                                      syntax. Example: --exec 'adb push {}
                                      /sdcard/Music/ && rm {}'
+    --convert-subtitles FORMAT       Convert the subtitles to other format
+                                     (currently supported: srt|ass|vtt)
 
 # CONFIGURATION
 
index 49b4ac8c1e10991257acb1ab6a82bfd3917b241d..062cb3d626443e7f69059aaea10c3ec3a30a7f28 100644 (file)
  - **Jove**
  - **jpopsuki.tv**
  - **Jukebox**
+ - **Kaltura**
  - **Kankan**
  - **Karaoketv**
  - **keek**
  - **Nuvid**
  - **NYTimes**
  - **ocw.mit.edu**
+ - **Odnoklassniki**
  - **OktoberfestTV**
  - **on.aol.com**
  - **Ooyala**
  - **PornoXO**
  - **PromptFile**
  - **prosiebensat1**: ProSiebenSat.1 Digital
+ - **Puls4**
  - **Pyvideo**
  - **QuickVid**
  - **R7**
  - **StreamCZ**
  - **StreetVoice**
  - **SunPorno**
- - **SVTPlay**
+ - **SVTPlay**: SVT Play and Ã–ppet arkiv
  - **SWRMediathek**
  - **Syfy**
  - **SztvHu**
index cf3e28bbe6956511adfc00362c19ea955d536d0c..5582348bae3d442aac3e51218bad00ab5b71494b 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.26.2'
+__version__ = '2015.02.28'