llvd
llvd copied to clipboard
Linkedin Learning Video Downloader
Please let us use proxies from a list in .txt file to connect to the site
There's a directory change when downloading content that is posted by an organization using LinkedIn Learning - there's a /video/ before the slug from the users perspective, and a few...
Hi, I have Linked Learning Corporate account linked to my personal account. As per instruction I added cookies.text and header.text files with respective values. I am getting error of "Video...
Hello, please help me solve this error. Thanks you. 
Noticed that the first few minutes of a download happens at a high download speed but slows down to a few kb/s. Suddenly all download progress and screen update ceases/hangs.
Dear Developer, I had a problem that llvd could not download the last video and the exercise file. It will continue to resume but cannot finish 2 last one: exercise...
Fixes #134 - Add warning about using Developer Tools Network tab instead of View Page Source - Include specific keyboard shortcuts for Chrome and Firefox - Prevent HTML-encoded x-li-identity values...
the wrong `x-li-identity`is the one I get using `View Page Source` https://github.com/knowbee/llvd?tab=readme-ov-file#setup-header-based ```html ":"MTk1Nik="," ``` the correct value should be in the `headers.txt` ```diff - x-li-identity=MTU2NDI0NjQ5LDIxNzM4MTk1Nik= + x-li-identity=MTU2NDI0NjQ5LDIxNzM4MTk1Nik= ``` We‘d...