yt-dlp: fix that downloaded files have ordinary mtimes

This commit is contained in:
2024-09-19 01:13:31 +00:00
parent b3a6656c81
commit f6a93e120a

View File

@@ -27,7 +27,10 @@ in
# see the CONFIGURATION section of `man yt-dlp`.
#
# this config effects standalone `yt-dlp` AND users of it such as `mpv https://youtube.com/...`.
#
# don't set the file's mtime to the https video's upload/edit date
--no-mtime
# to avoid frame drops or desync on low-power devices (lappy, moby, ...)
# limit the max resolution, framerate, and avoid using codecs without HW acceleration
# source: <https://git.sr.ht/~phate/mpv-config>