1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-23 21:49:30 +00:00
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>
2022-11-11 00:49:13 +00:00
..
downloader [utils, etc] Kill child processes when yt-dl is killed 2022-06-10 19:57:46 +01:00
extractor [common:jwplayer] Improve jwplayer extraction and parsing (#31000) 2022-11-11 00:49:13 +00:00
postprocessor [postprocessor] Don't replace existing value with null metadata parsed from title 2022-08-15 16:45:04 +01:00
__init__.py Introduce --output-na-placeholder (closes #27896) 2021-01-22 23:54:29 +07:00
__main__.py
aes.py [netease] Get netease music download url through player api (#31235) 2022-10-11 13:55:09 +01:00
cache.py [cache] Add cache validation by program version, based on yt-dlp 2022-09-01 13:28:30 +01:00
casefold.py [compat] Work around in case folding for narrow Python build 2022-11-02 11:56:26 +00:00
compat.py [compat] Unify unicode/str compat and move up 2022-11-01 12:40:23 +00:00
jsinterp.py [JSInterp] Improve separation logic 2022-10-11 05:58:10 +01:00
options.py [options] Document that postprocessing is not forced by --postprocessor-args 2022-08-29 13:02:17 +01:00
socks.py
swfinterp.py
update.py [update] Fix updating via symlinks (closes #23991) 2020-02-08 19:46:58 +07:00
utils.py [utils] Backport traverse_obj (etc) from yt-dlp (#31156) 2022-11-03 10:09:37 +00:00
version.py release 2021.12.17 2021-12-17 01:49:07 +07:00
YoutubeDL.py [core] Avoid processing empty format list after removing bad formats 2022-08-21 00:45:06 +01:00