summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-13 03:22:30 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-13 03:22:30 +0200
commitd0f2ab6969db70895624303b586ed76e1a8a3291 (patch)
tree9730c3ae1221b006eb90b1674ee56a5d3c396ee6
parentde906ef54373bcc397895f770992854004248cc4 (diff)
downloadyoutube-dl-2014.04.13.tar.gz
youtube-dl-2014.04.13.tar.xz
youtube-dl-2014.04.13.zip
release 2014.04.13 2014.04.13
-rw-r--r--README.md1
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ba1486d2..b4069515e 100644
--- a/README.md
+++ b/README.md
@@ -250,6 +250,7 @@ which means you can modify it, redistribute it or use it however you like.
                                      default
     --embed-subs                     embed subtitles in the video (only for mp4
                                      videos)
+    --embed-thumbnail                embed thumbnail in the audio as cover art
     --add-metadata                   write metadata to the video file
     --xattrs                         write metadata to the video file's xattrs
                                      (using dublin core and xdg standards)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 541bc2f96..55382f0b0 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.04.11.2'
+__version__ = '2014.04.13'