mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-03-11 08:43:34 +00:00
[duboku] add referer header
This commit is contained in:
@@ -153,6 +153,7 @@ class DubokuIE(InfoExtractor):
|
|||||||
'episode_number': int_or_none(episode_id),
|
'episode_number': int_or_none(episode_id),
|
||||||
'episode_id': episode_id,
|
'episode_id': episode_id,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
'http_headers': {'Referer': 'https://www.duboku.co/static/player/videojs.html'}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user