1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 12:47:06 -05:00
Files
youtube-dl/youtube_dl/YoutubeDL.py
Sergey M․ d35dc344af [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'
2017-04-16 01:39:07 +07:00

103 KiB
Executable File