mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
TZ cookie doesn't seems to be needed
This commit is contained in:
parent
59b81f5933
commit
aefed08d32
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class PornHubBaseIE(InfoExtractor):
|
||||||
# of guessing the right cookie out of an IP we don't currently have.
|
# 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, 'age_verified', '1')
|
||||||
self._set_cookie(host, 'accessAgeDisclaimerPH', '1')
|
self._set_cookie(host, 'accessAgeDisclaimerPH', '1')
|
||||||
self._set_cookie('thumbzilla.com', 'accessAgeDisclaimerTZ', '1')
|
|
||||||
|
|
||||||
def _login(self, host):
|
def _login(self, host):
|
||||||
if self._logged_in:
|
if self._logged_in:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue