mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Rename the age verification cookie
This commit is contained in:
parent
6fece0a96b
commit
ea3c33cecb
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class PornHubIE(PornHubBaseIE):
|
|||
|
||||
self._login(host)
|
||||
|
||||
self._set_cookie(host, 'age_verified', '1')
|
||||
self._set_cookie(host, 'accessAgeDisclaimerPH', '1')
|
||||
|
||||
def dl_webpage(platform):
|
||||
self._set_cookie(host, 'platform', platform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue