1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-04-29 02:07:30 +00:00
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
..
2022-10-18 16:06:27 +01:00
2022-02-24 13:44:52 +00:00
2022-02-05 02:53:23 +00:00
2021-01-28 02:06:12 +07:00
2021-02-03 23:57:56 +00:00
2021-05-16 22:01:51 +07:00
2021-02-08 15:58:20 +01:00
2016-10-03 23:44:29 +07:00
2021-05-05 03:44:07 +07:00
2021-03-15 21:46:39 +01:00
2017-09-16 22:39:46 +07:00
2022-06-15 18:28:19 +01:00
2021-02-19 11:55:40 +01:00
2022-04-05 15:21:59 +01:00
2021-02-25 15:50:49 +01:00
2021-03-14 15:05:25 +01:00
2021-02-25 15:50:49 +01:00
2021-01-25 15:15:45 +01:00
2022-02-05 03:04:35 +00:00
2021-02-01 21:35:18 +01:00
2022-02-04 15:49:12 +00:00
2022-02-05 02:24:51 +00:00
2021-01-19 14:47:39 +01:00
2022-10-11 00:05:17 +01:00