From 51b58b9d9a6bca93435293a619febde08adce1d4 Mon Sep 17 00:00:00 2001 From: sepro Date: Thu, 26 Jun 2025 19:40:33 +0200 Subject: [PATCH] Update README.md Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e64a4c465..dbbb1f11d 100644 --- a/README.md +++ b/README.md @@ -2232,7 +2232,7 @@ ### Differences in default behavior * yt-dlp uses modern http client backends such as `requests`. Use `--compat-options prefer-legacy-http-handler` to prefer the legacy http handler (`urllib`) to be used for standard http requests. * The sub-modules `swfinterp`, `casefold` are removed. * Passing `--simulate` (or calling `extract_info` with `download=False`) no longer alters the default format selection. See [#9843](https://github.com/yt-dlp/yt-dlp/issues/9843) for details. -* yt-dlp no longer sets `mtime` for files by default. Use `--mtime` or `--compat-options mtime-by-default` to revert this. +* yt-dlp no longer applies the server modified time to downloaded files by default. Use `--mtime` or `--compat-options mtime-by-default` to revert this. For ease of use, a few more compat options are available: