Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
learningcrux #21199
learningcrux #21199
Comments
|
@knrastogi did you found any solutions yet to download from this website? |
|
I have found temporary solution. a) Go to the course link web page for eg. https://www.learningcrux.com/course/2019-machine-learning-classification-bootcamp-in-python links = document.getElementsByClassName("accOpener"); c) You will get the links in console. Please copy all the links and paste into notepad & save the file say links.txt (Remove extra things from the links. Make sure each link on new line) d) and execute the below command from command line. youtube-dl -f best -a links.txt -o %(autonumber)s-%(title)s.%(ext)s that's it. Done.... |
|
Thanks dear |
Checklist
Example URLs
https://www.learningcrux.com/course/2019-machine-learning-classification-bootcamp-in-python
Description
Microsoft Windows [Version 10.0.17763.168]
(c) 2018 Microsoft Corporation. All rights reserved.
c:\crux>youtube-dl
[generic] 2019-machine-learning-classification-bootcamp-in-python: Requesting header
[generic] 2019-machine-learning-classification-bootcamp-in-python: Downloading webpage
[generic] 2019-machine-learning-classification-bootcamp-in-python: Extracting information
ERROR: Unsupported URL: https://www.learningcrux.com/course/2019-machine-learning-classification-bootcamp-in-python
c:\crux>