mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
Remove --filesystem-encoding
This commit is contained in:
parent
8063b142d9
commit
5c1f6e7329
1 changed files with 0 additions and 4 deletions
|
@ -1380,10 +1380,6 @@ def create_parser():
|
|||
'--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,
|
||||
|
|
Loading…
Add table
Reference in a new issue