1
0
Fork 0

Fix inconsistent use of report_warning

This commit is contained in:
pukkandan 2021-04-16 15:31:10 +05:30
commit 6a39ee13f7
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
14 changed files with 31 additions and 31 deletions

View file

@ -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)