aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/packtpub.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-03-22 00:48:28 +0800
committerJesús <heckyel@hyperbola.info>2022-03-22 00:48:28 +0800
commit7a74bc5d1e54299e51b73492e09c70da994f4b35 (patch)
treee59a64b5b386d2381906e99912153aabd5d4ab0d /yt_dlp/extractor/packtpub.py
parent3c69360ec3cb4a951d7e37150c7cfae8a0491cd2 (diff)
parent84842aee2ba8dc50601c86dc6fbb12d0fa438449 (diff)
downloadhypervideo-pre-7a74bc5d1e54299e51b73492e09c70da994f4b35.tar.lz
hypervideo-pre-7a74bc5d1e54299e51b73492e09c70da994f4b35.tar.xz
hypervideo-pre-7a74bc5d1e54299e51b73492e09c70da994f4b35.zip
updated from upstream | 22/03/2022 at 00:48
Diffstat (limited to 'yt_dlp/extractor/packtpub.py')
-rw-r--r--yt_dlp/extractor/packtpub.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/yt_dlp/extractor/packtpub.py b/yt_dlp/extractor/packtpub.py
index c06fca795..62c52cd6e 100644
--- a/yt_dlp/extractor/packtpub.py
+++ b/yt_dlp/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,