aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-05-01 04:46:05 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-05-01 04:58:38 +0530
commit6f7563beb7509aba2f8b1f03fd37e52427dcfecb (patch)
tree48a5d52fe8ba5e4a6112ff47834b12f8b3e921d6 /yt_dlp/options.py
parent43d7f5a5d0c77556156a3f8caa6976d3908a1e38 (diff)
[XAttrMetadata] Refactor and document dependencies
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index a62681cbc..c03f69319 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -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(