Browse Source

release 2014.04.13

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

1
README.md

@ -250,6 +250,7 @@ which means you can modify it, redistribute it or use it however you like.
default default
--embed-subs embed subtitles in the video (only for mp4 --embed-subs embed subtitles in the video (only for mp4
videos) videos)
--embed-thumbnail embed thumbnail in the audio as cover art
--add-metadata write metadata to the video file --add-metadata write metadata to the video file
--xattrs write metadata to the video file's xattrs --xattrs write metadata to the video file's xattrs
(using dublin core and xdg standards) (using dublin core and xdg standards)

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2014.04.11.2'
__version__ = '2014.04.13'
Loading…
Cancel
Save