Browse Source

release 2015.01.22

totalwebcasting 2015.01.22
Philipp Hagemeister 10 years ago
parent
commit
898c23c03f
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      README.md
  2. +1
    -1
      youtube_dl/version.py

+ 2
- 1
README.md View File

@ -304,7 +304,8 @@ which means you can modify it, redistribute it or use it however you like.
## Authentication Options:
-u, --username USERNAME login with this account ID
-p, --password PASSWORD account password
-p, --password PASSWORD account password. If this option is left
out, youtube-dl will ask interactively.
-2, --twofactor TWOFACTOR two-factor auth code
-n, --netrc use .netrc authentication data
--video-password PASSWORD video password (vimeo, smotri)


+ 1
- 1
youtube_dl/version.py View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.01.16'
__version__ = '2015.01.22'

Loading…
Cancel
Save