Browse Source

release 2013.05.01

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

1
README.md

@ -84,6 +84,7 @@ which means you can modify it, redistribute it or use it however you like.
file modification time
--write-description write video description to a .description file
--write-info-json write video metadata to a .info.json file
--write-thumbnail write thumbnail image to disk
## Verbosity / Simulation Options:
-q, --quiet activates quiet mode

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2013.04.31'
__version__ = '2013.05.01'
Loading…
Cancel
Save