Browse Source

release 2014.07.11.3

master
Philipp Hagemeister 10 years ago
parent
commit
09018e19a5
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      youtube_dl/version.py

2
README.md

@ -255,7 +255,7 @@ which means you can modify it, redistribute it or use it however you like.
128K (default 5) 128K (default 5)
--recode-video FORMAT Encode the video to another format if --recode-video FORMAT Encode the video to another format if
necessary (currently supported: necessary (currently supported:
mp4|flv|ogg|webm)
mp4|flv|ogg|webm|mkv)
-k, --keep-video keeps the video file on disk after the -k, --keep-video keeps the video file on disk after the
post-processing; the video is erased by post-processing; the video is erased by
default default

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2014.07.11.2'
__version__ = '2014.07.11.3'
Loading…
Cancel
Save