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.
Unable to extract course id while downloading udemy courses #22510
Comments
|
|
|
Still an issue in version 2020.03.24 Any ideas when/if this can be fixed? |
Checklist
Verbose log
Description
I am trying to download some videos of this course from my company's udemy account and it is totally similar to what udemy default provides but it has subdomain of company's name. For now I have changed my company to companyx . I am able to see the HTML code using chrome and I see there is big chuck of JSON data and it seems to be new HTML format (non-angularjs) unlike before . I stumbled upon the code of
udemy.pythere is a regex matching forng-initwhich will not work in new udemy UI since it is totally different. If you want I could help on pulling out the sanitized HTML output for any specific URL.