yt-dlp: fix that downloaded files have ordinary mtimes
This commit is contained in:
@@ -27,7 +27,10 @@ in
|
|||||||
# see the CONFIGURATION section of `man yt-dlp`.
|
# see the CONFIGURATION section of `man yt-dlp`.
|
||||||
#
|
#
|
||||||
# this config effects standalone `yt-dlp` AND users of it such as `mpv https://youtube.com/...`.
|
# 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, ...)
|
# to avoid frame drops or desync on low-power devices (lappy, moby, ...)
|
||||||
# limit the max resolution, framerate, and avoid using codecs without HW acceleration
|
# limit the max resolution, framerate, and avoid using codecs without HW acceleration
|
||||||
# source: <https://git.sr.ht/~phate/mpv-config>
|
# source: <https://git.sr.ht/~phate/mpv-config>
|
||||||
|
Reference in New Issue
Block a user