aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/lynda.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/lynda.py')
-rw-r--r--yt_dlp/extractor/lynda.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/lynda.py b/yt_dlp/extractor/lynda.py
index b3d8653d0..06662be1a 100644
--- a/yt_dlp/extractor/lynda.py
+++ b/yt_dlp/extractor/lynda.py
@@ -331,7 +331,7 @@ class LyndaCourseIE(LyndaBaseIE):
})
if unaccessible_videos > 0:
- self._downloader.report_warning(
+ self.report_warning(
'%s videos are only available for members (or paid members) and will not be downloaded. '
% unaccessible_videos + self._ACCOUNT_CREDENTIALS_HINT)