mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-02 20:14:26 +02:00
No need of ffmpeg in case we are not downloading lectures
This commit is contained in:
parent
4aaed934a0
commit
1433962f95
2
main.py
2
main.py
@ -1721,7 +1721,7 @@ def main():
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
ffmpeg_ret_val = check_for_ffmpeg()
|
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!")
|
logger.fatal("> FFMPEG is missing from your system or path!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user