mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 08:58:28 +00:00
origin doesn't have trailing slash
This commit is contained in:
parent
a9d5db871a
commit
05d03ecc54
@ -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': (
|
||||
|
Loading…
Reference in New Issue
Block a user