mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-22 11:58:49 +03:00
Rename 'notrim' option to 'none' to be consistent with other options
This commit is contained in:
+1
-1
@@ -429,7 +429,7 @@ def validate_options(opts):
|
||||
}
|
||||
|
||||
# Other options
|
||||
validate_regex('trim filenames', opts.trim_file_name, r'(?:\d+[bc]?|notrim)')
|
||||
validate_regex('trim filenames', opts.trim_file_name, r'(?:\d+[bc]?|none)')
|
||||
|
||||
if opts.playlist_items is not None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user