Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

learningcrux #21199

Open
knrastogi opened this issue May 23, 2019 · 3 comments
Open

learningcrux #21199

knrastogi opened this issue May 23, 2019 · 3 comments

Comments

@knrastogi
Copy link

@knrastogi knrastogi commented May 23, 2019

Checklist

  • I'm reporting a new site support request
  • I've verified that I'm running youtube-dl version 2019.05.20
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that none of provided URLs violate any copyrights
  • I've searched the bugtracker for similar site support requests including closed ones

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>

@masudr4n4
Copy link

@masudr4n4 masudr4n4 commented Mar 8, 2020

@knrastogi did you found any solutions yet to download from this website?

@amitfegade121
Copy link

@amitfegade121 amitfegade121 commented Mar 11, 2020

I have found temporary solution.
Please follow the below steps:

a) Go to the course link web page for eg. https://www.learningcrux.com/course/2019-machine-learning-classification-bootcamp-in-python
b) Open google chrome devtools (press f12). Go to the console and execute the below commands

links = document.getElementsByClassName("accOpener");
for(let i=0; i< links.length; i++) console.log(links[i].href);

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....

@masudr4n4
Copy link

@masudr4n4 masudr4n4 commented Mar 11, 2020

Thanks dear😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.