riazXrazor / udemy-dl

Nodejs script to download a udemy.com course, for personal offline use
285 stars 68 forks source link

Fix for #27 - 'Cannot read property 'parent' of undefined' #28

Closed JC-JackClark closed 6 years ago

JC-JackClark commented 6 years ago

I want to resolve #27

Can you please test this for me? Specifically test the functionality to select video resolution.

Thanks

riazXrazor commented 6 years ago

thanks @JC-JackClark m looking into it now

riazXrazor commented 6 years ago

@JC-JackClark i updated the code and added new feature too, btw i wasnt scraping the screen in the earlier code, udemy ws sending the whole html in the response, so i ws using cheerio to parse it get data, now udemy hv changed their response. :)