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
..
downloader [downloader/hls] add basic support for EXT-X-BYTERANGE tag(#10955) 2017-04-13 12:28:22 +01:00
extractor [extractor/generic] Extract RSS entries as url_transparent (#11163) 2017-04-16 00:57:32 +07:00
postprocessor improve coding style 2017-04-12 20:38:43 +01:00
YoutubeDL.py [YoutubeDL] Apply expand_path after output template substitution 2017-04-16 01:39:07 +07:00
__init__.py
__main__.py
aes.py
cache.py
compat.py improve coding style 2017-04-12 20:38:43 +01:00
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py
version.py release 2017.04.15 2017-04-15 01:39:33 +07:00