1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-27 11:49:24 +01:00
yt-dlp/youtube_dl
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
..
2017-04-12 20:38:43 +01:00
2017-02-28 22:10:31 +08:00
2017-04-12 20:38:43 +01:00
2017-03-26 02:30:10 +07:00
2017-04-15 01:39:33 +07:00