From 701550b2e7c52cee663151b14c9c4c9bc58af45b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 23 Apr 2015 12:41:30 +0300 Subject: [PATCH] enable xattr by default, now that it works --- youtube-dl.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube-dl.conf b/youtube-dl.conf index 22ae8f7..9cd51ba 100644 --- a/youtube-dl.conf +++ b/youtube-dl.conf @@ -1,2 +1,5 @@ # default system wide configuration # https://github.com/rg3/youtube-dl#configuration + +# Write metadata to the video file's xattrs (using dublin core and xdg standards) +--xattrs -- 2.43.0