1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-18 19:28:31 +00:00

Add mtime changelog override

This commit is contained in:
sepro 2025-07-01 13:30:37 +02:00
parent f3008bc5f8
commit 13d1cec2b6

View File

@ -262,5 +262,10 @@
{ {
"action": "remove", "action": "remove",
"when": "500761e41acb96953a5064e951d41d190c287e46" "when": "500761e41acb96953a5064e951d41d190c287e46"
},
{
"action": "add",
"when": "f3008bc5f89d2691f2f8dfc51b406ef4e25281c3",
"short": "[priority] **Default behaviour changed from `--mtime` to `--no-mtime`**\nyt-dlp no longer applies the server modified time to downloaded files by default. [Read more](https://github.com/yt-dlp/yt-dlp/issues/12780)"
} }
] ]