mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Update comment
This commit is contained in:
parent
e3aa7f903f
commit
9517c056ee
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class PornHubIE(PornHubBaseIE):
|
|||
self._login(host)
|
||||
|
||||
# The age verification cookie may have a different name based on the location.
|
||||
# Setting multple cookies doesn't seem to be big deal so we prefere that solution instead
|
||||
# Setting multiple cookies doesn't seem to be big deal so we prefer that solution instead
|
||||
# of guessing the right cookie out of an IP we don't currently have.
|
||||
self._set_cookie(host, 'age_verified', '1')
|
||||
self._set_cookie(host, 'accessAgeDisclaimerPH', '1')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue