From 5c1f6e732927765d1463de991dab52837d2fc393 Mon Sep 17 00:00:00 2001 From: 7x11x13 Date: Wed, 8 Jan 2025 15:06:14 -0500 Subject: [PATCH] Remove --filesystem-encoding --- yt_dlp/options.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yt_dlp/options.py b/yt_dlp/options.py index ba1b55b14..fa6ceb873 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -1380,10 +1380,6 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs): '--trim-filenames', '--trim-file-names', metavar='LENGTH', dest='trim_file_name', default='notrim', help='Limit the filename length (excluding extension) to the specified number of characters or bytes') - filesystem.add_option( - '--filesystem-encoding', metavar='ENCODING', - dest='filesystem_encoding', - help='Override filesystem encoding used when calculating filename length in bytes') filesystem.add_option( '-w', '--no-overwrites', action='store_false', dest='overwrites', default=None,