You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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'
8 years ago
..
downloader [downloader/hls] add basic support for EXT-X-BYTERANGE tag(#10955) 8 years ago
extractor [extractor/generic] Extract RSS entries as url_transparent (#11163) 8 years ago
postprocessor improve coding style 8 years ago
YoutubeDL.py [YoutubeDL] Apply expand_path after output template substitution 8 years ago
__init__.py Use expand_path where appropriate (closes #12556) 8 years ago
__main__.py
aes.py
cache.py Use expand_path where appropriate (closes #12556) 8 years ago
compat.py improve coding style 8 years ago
jsinterp.py
options.py [options] Mention ISM for --fragment-retries and --skip-unavailable-fragments 8 years ago
socks.py
swfinterp.py
update.py
utils.py [utils] Introduce expand_path 8 years ago
version.py release 2017.04.15 8 years ago