lawrensylvan / linkedin-learning-courses-downloader

Download LinkedIn learning courses using your LinkedIn Premium account
GNU General Public License v2.0
43 stars 19 forks source link

Not Downloaded! #17

Open ABoBo555 opened 3 years ago

ABoBo555 commented 3 years ago

status shows successfully downloaded but in output folder there is no video downloaded @lawrensylvan can u help me with this plz?

pan7266 commented 3 years ago

Same here, status shows successfully downloaded but in output folder there is no video downloaded

lnxd commented 2 years ago

As far I can tell, LinkedIn has made some more changes that have broken this project and it will need a reasonable amount of work to get it going again.

When this project was written, LinkedIn (I'm guessing) used the word chapter in class names, now they seem to refer to chapters as section, eg. classroom-toc-section. I don't know Node, but updating classroom-toc-chapter to classroom-toc-section has got it successfully downloading .mp4 files into appropriately named folders, but I haven't done much testing to see if anything else is broken.

I haven't checked other forks to see if someone has fixed the whole thing, but my changes are visible here: https://github.com/lnxd/linkedin-learning-courses-downloader/blob/master/downloader.js