[ie/pornhub] Update access cookies for UK (#7591)

Closes #7590
Authored by: zhong-yiyu
pull/7645/head
zhong-yiyu 10 months ago committed by GitHub
parent 42ded0a429
commit 1d3d579c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,7 @@ class PornHubBaseIE(InfoExtractor):
def _set_age_cookies(self, host):
self._set_cookie(host, 'age_verified', '1')
self._set_cookie(host, 'accessAgeDisclaimerPH', '1')
self._set_cookie(host, 'accessAgeDisclaimerUK', '1')
self._set_cookie(host, 'accessPH', '1')
def _login(self, host):

Loading…
Cancel
Save