mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-06 02:41:41 +01:00
[pornhub] Add placeholder netrc machine
This commit is contained in:
parent
1f0910bc27
commit
2adc0c51cd
@ -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 New Issue
Block a user