From efbbc4fb901f9f7e0b1f1ddd46671f2c7961de33 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Fri, 26 Feb 2021 18:02:15 +0100 Subject: [PATCH] [pornhub] Add placeholder netrc machine --- haruhi_dl/extractor/pornhub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/haruhi_dl/extractor/pornhub.py b/haruhi_dl/extractor/pornhub.py index 525286b2c..d2524a090 100644 --- a/haruhi_dl/extractor/pornhub.py +++ b/haruhi_dl/extractor/pornhub.py @@ -30,6 +30,7 @@ from ..utils import ( class PornHubBaseIE(InfoExtractor): _REQUIRES_PLAYWRIGHT = True + _NETRC_MACHINE = 'pornhub' def _download_webpage_handle(self, *args, **kwargs): def dl(*args, **kwargs):