Browse Source

release 2014.01.23

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

+ 2
- 2
README.md View File

@ -83,6 +83,8 @@ which means you can modify it, redistribute it or use it however you like.
downloaded videos in it. downloaded videos in it.
--include-ads Download advertisements as well --include-ads Download advertisements as well
(experimental) (experimental)
--youtube-include-dash-manifest Try to download the DASH manifest on
YouTube videos (experimental)
## Download Options: ## Download Options:
-r, --rate-limit LIMIT maximum download rate in bytes per second -r, --rate-limit LIMIT maximum download rate in bytes per second
@ -150,8 +152,6 @@ which means you can modify it, redistribute it or use it however you like.
--write-thumbnail write thumbnail image to disk --write-thumbnail write thumbnail image to disk
## Verbosity / Simulation Options: ## Verbosity / Simulation Options:
--youtube-include-dash-manifest Try to download the DASH manifest on
YouTube videos (experimental)
-q, --quiet activates quiet mode -q, --quiet activates quiet mode
-s, --simulate do not download the video and do not write -s, --simulate do not download the video and do not write
anything to disk anything to disk


+ 1
- 1
youtube_dl/version.py View File

@ -1,2 +1,2 @@
__version__ = '2014.01.22.5'
__version__ = '2014.01.23'

Loading…
Cancel
Save