mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-04-18 11:07:55 +00:00
os.path.expandvars translates '%%' into '%' making output template invalid. Before: '%%(ext)s' -(expand path)-> '%(ext)s' -(outtmpl subst.)-> 'mp4' After: '%%(ext)s' -(outtmpl subst.)-> '%(ext)s' -(expand path)-> '%(ext)s'
103 KiB
Executable File
103 KiB
Executable File