llvd icon indicating copy to clipboard operation
llvd copied to clipboard

Linkedin Learning Video Downloader

Results 29 llvd issues
Sort by recently updated
recently updated
newest added

Please let us use proxies from a list in .txt file to connect to the site

enhancement

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. ![10h32m19s](https://github.com/knowbee/llvd/assets/14256928/c2fc55bb-9e72-4f28-ac5b-686014d8c748)

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