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