1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-10 07:18:33 +00:00
This commit is contained in:
7x11x13 2025-03-02 13:54:24 -05:00
parent e243066ab1
commit 1139bd8b14

View File

@ -435,7 +435,7 @@ def metadataparser_actions(f):
opts.plugin_dirs = opts.plugin_dirs
if opts.plugin_dirs is None:
opts.plugin_dirs = ['default']
validate_regex('trim filenames', opts.trim_file_name, r'(?:\d+[bc]?|none)')
if opts.playlist_items is not None: