Browse Source

release 2013.05.05

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

1
README.md

@ -32,6 +32,7 @@ which means you can modify it, redistribute it or use it however you like.
--list-extractors List all supported extractors and the URLs they --list-extractors List all supported extractors and the URLs they
would handle would handle
--proxy URL Use the specified HTTP/HTTPS proxy --proxy URL Use the specified HTTP/HTTPS proxy
--no-check-certificate Suppress HTTPS certificate validation.
## Video Selection: ## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1) --playlist-start NUMBER playlist video to start at (default is 1)

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2013.05.04'
__version__ = '2013.05.05'
Loading…
Cancel
Save