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:
parent
a9d5db871a
commit
05d03ecc54
@ -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': (
|
||||||
|
Loading…
Reference in New Issue
Block a user