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.
youtube-dl/youtube_dl
dirkf 604762a9f8
[common:jwplayer] Improve jwplayer extraction and parsing (#31000)
* don't crash parser if jwplayer_data is invalid (empty, or no formats)
* use `label` in `sources[n]` as `format_id`
* relax `jwplayer().setup(...)` RE (also rework PR #27274 enhancement)
* detect more manifest formats in _parse_jwplayer_formats() (from PR #29596)
* improve metadata extraction (from PR #25433)
* remember URLs in a set
* use parse_resolution() in format
* extract filesize in format (from yt-dlp)

Co-authored-by: kikuyan <kikuyan@users.noreply.github.com>
Co-authored-by: martin54 <martin54@users.noreply.github.com>
2 years ago
..
downloader [utils, etc] Kill child processes when yt-dl is killed 3 years ago
extractor [common:jwplayer] Improve jwplayer extraction and parsing (#31000) 2 years ago
postprocessor [postprocessor] Don't replace existing value with null metadata parsed from title 3 years ago
YoutubeDL.py [core] Avoid processing empty format list after removing bad formats 3 years ago
__init__.py Introduce --output-na-placeholder (closes #27896) 4 years ago
__main__.py
aes.py [netease] Get netease music download url through player api (#31235) 2 years ago
cache.py [cache] Add cache validation by program version, based on yt-dlp 3 years ago
casefold.py [compat] Work around in case folding for narrow Python build 2 years ago
compat.py [compat] Unify unicode/str compat and move up 2 years ago
jsinterp.py [JSInterp] Improve separation logic 2 years ago
options.py [options] Document that postprocessing is not forced by --postprocessor-args 3 years ago
socks.py
swfinterp.py
update.py
utils.py [utils] Backport traverse_obj (etc) from yt-dlp (#31156) 2 years ago
version.py release 2021.12.17 3 years ago