diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-05-01 14:07:23 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-05-01 14:07:23 +0200 | 
| commit | d496a75d0a5388a664168d6af027d34a694e3e09 (patch) | |
| tree | a1526ab33ecbcacc9edc7f3880de5d027a62009d | |
| parent | 5c01dd1e7374d1c84d19dab3e0172ee31a7f69e1 (diff) | |
release 2013.05.012013.05.01
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 2 insertions, 1 deletions
@@ -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 diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 26d56abc4..f8316b801 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2013.04.31' +__version__ = '2013.05.01'  | 
