mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-07 14:37:01 +00:00
[ie/pornhub] Fix extractor (#15858)
Closes #15827 Authored by: beacdeac
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user