1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 14:41:04 +02:00

[duboku] add referer header

This commit is contained in:
lkho 2020-09-07 21:03:39 +08:00
parent bf7392922f
commit 1b8805f831

View File

@ -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'}
}