mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[ie/pornhub] Update access cookies for UK (#7591)
Closes #7590 Authored by: zhong-yiyu
This commit is contained in:
parent
42ded0a429
commit
1d3d579c21
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue