Browse Source

release 2014.01.22.3

totalwebcasting 2014.01.22.3
Philipp Hagemeister 11 years ago
parent
commit
cd8a562267
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      README.md
  2. +1
    -1
      youtube_dl/version.py

+ 3
- 1
README.md View File

@ -158,7 +158,9 @@ which means you can modify it, redistribute it or use it however you like.
## Video Format Options: ## Video Format Options:
-f, --format FORMAT video format code, specify the order of -f, --format FORMAT video format code, specify the order of
preference using slashes: "-f 22/17/18". "-f mp4" preference using slashes: "-f 22/17/18". "-f mp4"
and "-f flv" are also supported
and "-f flv" are also supported. You can also use
the special names "best", "bestaudio", and
"worst"
--all-formats download all available video formats --all-formats download all available video formats
--prefer-free-formats prefer free video formats unless a specific one --prefer-free-formats prefer free video formats unless a specific one
is requested is requested


+ 1
- 1
youtube_dl/version.py View File

@ -1,2 +1,2 @@
__version__ = '2014.01.22.2'
__version__ = '2014.01.22.3'

Loading…
Cancel
Save