From aefed08d32f4eec54b13766d577ed17d87507609 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Apr 2023 04:30:45 +0200 Subject: [PATCH] TZ cookie doesn't seems to be needed --- youtube_dl/extractor/pornhub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py index 75484f043..294c27a0d 100644 --- a/youtube_dl/extractor/pornhub.py +++ b/youtube_dl/extractor/pornhub.py @@ -66,7 +66,6 @@ class PornHubBaseIE(InfoExtractor): # 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') - self._set_cookie('thumbzilla.com', 'accessAgeDisclaimerTZ', '1') def _login(self, host): if self._logged_in: