SwapnilSoni1999 / learningcrux-dl

Downloader for learningcrux [BETA]
The Unlicense
11 stars 7 forks source link

Doesn't work... #8

Open chaoscreater opened 3 years ago

chaoscreater commented 3 years ago

image

image

chaoscreater commented 3 years ago

Have fixed it.

Locate the course.py file here:

%localappdata%\Programs\Python\Python37-32\Lib\site-packages\learningcrux_dl\course.py

do a search for "video" and just rename it to videos or something else. The script replaces the word "video" with "play" and the URL path becomes this:

https://www.learningcrux.com/play/azure-devops-fundamentals-for-beginners/0/0

However, that page doesn't exist. The proper page includes the word "video".

https://www.learningcrux.com/video/azure-devops-fundamentals-for-beginners/0/0

Not sure why the script changes something that because it's unnecessary. After fixing that, videos will now download.

sergeByishimo commented 3 years ago

Wow thanks for this!

I had to define --output also, for anyone in the future. The default output from os.getcwd was not working.