mirror of https://github.com/blackjack4494/yt-dlc
[YoutubeDL] Apply expand_path after output template substitution
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'pull/2/head
parent
51350db5a3
commit
d35dc344af
Loading…
Reference in New Issue