mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
[pornhub] Add placeholder netrc machine
This commit is contained in:
parent
1f0910bc27
commit
2adc0c51cd
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue