Skip to content

Commit

Permalink
[ie/pornhub] Update access cookies for UK (#7591)
Browse files Browse the repository at this point in the history
Closes #7590
Authored by: zhong-yiyu
  • Loading branch information
zhong-yiyu committed Jul 15, 2023
1 parent 42ded0a commit 1d3d579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt_dlp/extractor/pornhub.py
Expand Up @@ -62,6 +62,7 @@ def _real_initialize(self):
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):
Expand Down

0 comments on commit 1d3d579

Please sign in to comment.