mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-02 15:12:45 +00:00
[ie/pornhub] Fix extractor (#15858)
Closes #15827 Authored by: beacdeac
This commit is contained in:
parent
442c90da3e
commit
6f38df31b4
@ -506,6 +506,7 @@ class PornHubIE(PornHubBaseIE):
|
||||
'cast': ({find_elements(attr='data-label', value='pornstar')}, ..., {clean_html}),
|
||||
}),
|
||||
'subtitles': subtitles,
|
||||
'http_headers': {'Referer': f'https://www.{host}/'},
|
||||
}, info)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user