From 05d03ecc54c207cbb10ccc10aa5d605795071b38 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Thu, 31 Jul 2025 20:25:05 +0000 Subject: [PATCH] origin doesn't have trailing slash --- yt_dlp/extractor/tbsjp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/tbsjp.py b/yt_dlp/extractor/tbsjp.py index e577ebf41..2f3ef0154 100644 --- a/yt_dlp/extractor/tbsjp.py +++ b/yt_dlp/extractor/tbsjp.py @@ -55,7 +55,7 @@ def _real_extract(self, url): return { **self._extract_from_streaks_api( - 'tbs', f'ref:{video_id}', headers={'Origin': 'https://cu.tbs.co.jp/'}), + 'tbs', f'ref:{video_id}', headers={'Origin': 'https://cu.tbs.co.jp'}), **traverse_obj(episode, { 'title': ('title', ..., 'value', {str}, any), 'cast': (