1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-21 23:33:10 +00: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 @@ class DubokuIE(InfoExtractor):
'episode_number': int_or_none(episode_id),
'episode_id': episode_id,
'formats': formats,
'http_headers': {'Referer': 'https://www.duboku.co/static/player/videojs.html'}
}