[pornhub] Add placeholder netrc machine

pull/28063/head
Sergey M․ 2021-02-04 04:20:09 +07:00
parent 1f0910bc27
commit 2adc0c51cd
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ from ..utils import (
class PornHubBaseIE(InfoExtractor):
_NETRC_MACHINE = 'pornhub'
def _download_webpage_handle(self, *args, **kwargs):
def dl(*args, **kwargs):
return super(PornHubBaseIE, self)._download_webpage_handle(*args, **kwargs)