mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 17:18:01 +01:00
[duboku] add referer header
This commit is contained in:
parent
bf7392922f
commit
1b8805f831
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ def _real_extract(self, url):
|
|||
'episode_number': int_or_none(episode_id),
|
||||
'episode_id': episode_id,
|
||||
'formats': formats,
|
||||
'http_headers': {'Referer': 'https://www.duboku.co/static/player/videojs.html'}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue