Browse Source

release 2014.08.25.1

master
Philipp Hagemeister 10 years ago
parent
commit
067e922295
2 changed files with 5 additions and 1 deletions
  1. 4
      README.md
  2. 2
      youtube_dl/version.py

4
README.md

@ -288,6 +288,10 @@ which means you can modify it, redistribute it or use it however you like.
postprocessors (default)
--prefer-ffmpeg Prefer ffmpeg over avconv for running the
postprocessors
--exec CMD Execute a command on the file after
downloading, similar to find's -exec
syntax. Example: --exec 'adb push {}
/sdcard/Music/ && rm {}'
# CONFIGURATION

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2014.08.25'
__version__ = '2014.08.25.1'
Loading…
Cancel
Save