1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 17:08:29 +00:00

origin doesn't have trailing slash

This commit is contained in:
bashonly 2025-07-31 20:25:05 +00:00 committed by GitHub
parent a9d5db871a
commit 05d03ecc54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ def _real_extract(self, url):
return { return {
**self._extract_from_streaks_api( **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, { **traverse_obj(episode, {
'title': ('title', ..., 'value', {str}, any), 'title': ('title', ..., 'value', {str}, any),
'cast': ( 'cast': (