No need of ffmpeg in case we are not downloading lectures

This commit is contained in:
Debakar Roy 2023-06-20 13:19:48 +00:00
parent 4aaed934a0
commit 1433962f95

View File

@ -1721,7 +1721,7 @@ def main():
sys.exit(1)
ffmpeg_ret_val = check_for_ffmpeg()
if not ffmpeg_ret_val:
if not ffmpeg_ret_val and not skip_lectures:
logger.fatal("> FFMPEG is missing from your system or path!")
sys.exit(1)