TZ cookie doesn't seems to be needed

This commit is contained in:
ache 2023-04-17 04:30:45 +02:00
commit aefed08d32
No known key found for this signature in database
GPG key ID: E15360EAE11E2A34

View file

@ -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: