aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/packtpub.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/packtpub.py')
-rw-r--r--hypervideo_dl/extractor/packtpub.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/packtpub.py b/hypervideo_dl/extractor/packtpub.py
index c06fca7..62c52cd 100644
--- a/hypervideo_dl/extractor/packtpub.py
+++ b/hypervideo_dl/extractor/packtpub.py
@@ -47,10 +47,7 @@ class PacktPubIE(PacktPubBaseIE):
_NETRC_MACHINE = 'packtpub'
_TOKEN = None
- def _real_initialize(self):
- username, password = self._get_login_info()
- if username is None:
- return
+ def _perform_login(self, username, password):
try:
self._TOKEN = self._download_json(
'https://services.packtpub.com/auth-v1/users/tokens', None,