Skip to content

Commit

Permalink
yt_dlp: 700444c23ddb65f618c2abd942acdc0c58c650b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2023
1 parent 296a035 commit 9fa6962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/yt_dlp/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
authentication.add_option(
'--video-password',
dest='videopassword', metavar='PASSWORD',
help='Video password (vimeo, youku)')
help='Video-specific password')
authentication.add_option(
'--ap-mso',
dest='ap_mso', metavar='MSO',
Expand Down
4 changes: 2 additions & 2 deletions lib/yt_dlp/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Autogenerated by devscripts/update-version.py

__version__ = '2023.10.07'
__version__ = '2023.10.13'

RELEASE_GIT_HEAD = '377e85a1797db9e98b78b38203ed9d4ded229991'
RELEASE_GIT_HEAD = 'b634ba742d8f38ce9ecfa0546485728b0c6c59d1'

VARIANT = None

Expand Down

0 comments on commit 9fa6962

Please sign in to comment.