No need of shaka in case we are not downloading lectures

This commit is contained in:
Debakar Roy 2023-06-20 13:13:09 +00:00
parent a76f14190a
commit 4aaed934a0

View File

@ -1726,7 +1726,7 @@ def main():
sys.exit(1)
shaka_ret_val = check_for_shaka()
if not shaka_ret_val:
if not shaka_ret_val and not skip_lectures:
logger.fatal("> Shaka Packager is missing from your system or path!")
sys.exit(1)