mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-01 00:04:28 +02:00
No need of shaka in case we are not downloading lectures
This commit is contained in:
parent
a76f14190a
commit
4aaed934a0
2
main.py
2
main.py
@ -1726,7 +1726,7 @@ def main():
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
shaka_ret_val = check_for_shaka()
|
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!")
|
logger.fatal("> Shaka Packager is missing from your system or path!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user