Update On Fri Nov 14 19:38:20 CET 2025

This commit is contained in:
github-action[bot]
2025-11-14 19:38:21 +01:00
parent 3642b6d22d
commit a9ffe0eb91
639 changed files with 51959 additions and 24193 deletions

View File

@@ -98,7 +98,7 @@ class JTBCIE(InfoExtractor):
formats = []
for stream_url in traverse_obj(playback_data, ('sources', 'HLS', ..., 'file', {url_or_none})):
stream_url = re.sub(r'/playlist(?:_pd\d+)?\.m3u8', '/index.m3u8', stream_url)
stream_url = re.sub(r'/playlist_pd\d+\.m3u8', '/playlist.m3u8', stream_url)
formats.extend(self._extract_m3u8_formats(stream_url, video_id, fatal=False))
metadata = self._download_json(