1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[XAttrMetadata] Refactor and document dependencies

This commit is contained in:
pukkandan
2022-05-01 04:46:05 +05:30
parent 43d7f5a5d0
commit 6f7563beb7
5 changed files with 81 additions and 118 deletions

View File

@ -1422,7 +1422,7 @@ def create_parser():
dest='parse_metadata', metavar='FIELDS REGEX REPLACE', action='append', nargs=3,
help='Replace text in a metadata field using the given regex. This option can be used multiple times')
postproc.add_option(
'--xattrs',
'--xattrs', '--xattr',
action='store_true', dest='xattrs', default=False,
help='Write metadata to the video file\'s xattrs (using dublin core and xdg standards)')
postproc.add_option(