1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-03 04:03:30 +00:00

[pornhub] Add placeholder netrc machine

This commit is contained in:
Sergey M․
2021-02-04 04:20:09 +07:00
parent 1f0910bc27
commit 2adc0c51cd
+2
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)