Every course youβve paid LinkedIn Learning for, saved to your own drive β video, subtitles, exercise files β so itβs yours even after you cancel. One app, one click. ![]()
Whatβs in it
- Real app, not a script β dark-mode desktop UI, no terminal
- Login button does the work β opens a real browser, logs you in, grabs the session itself
- Paste a whole Learning Path β every course inside downloads in one go
- Parallel downloads β several videos at once instead of one at a time
- Subtitles + exercise files pulled automatically
- Self-updating β never re-download a patch by hand
GitHub β LLDInstallerV2.0.exe Β· Windows 10/11, 64-bit
3 steps
- Download
LLDInstallerV2.0.exe, run it - Click Login β it grabs your session, no cookie-copying
- Paste up to 5 course URLs (or one Learning Path URL) β pick a folder β Start
Needs: your own active LinkedIn Learning subscription. This pulls courses youβre already paying for β it doesnβt unlock anything you donβt have. ![]()
β οΈ Windows Defender flags the installer β here's why that's fine
Unsigned Python apps packaged into an .exe trip antivirus heuristics constantly β itβs not reading the code, itβs pattern-matching. This exact repo hit the same alert back in Dec 2024 (issue #5), confirmed false-positive, closed. Itβs open-source β the code sits right there on GitHub for anyone to check before running.
π§± One honest flag β this is a same-day rebuild, not a battle-tested v2
The old V1.4 build went permanently offline after the devβs server lost data β old installs stopped working outright. V2.0 is a ground-up rewrite, and this release dropped the same day as this post. Solid track record (52β , active since 2024, 5 versions shipped) β worth knowing itβs fresh before trusting it with a big batch download.
π A more battle-tested second option
ahmedayman4a/Linkedin-Learning-Courses-Downloader β 600β
, running since 2021, Windows and Linux. Grabs your li_at login token straight from Chrome/Firefox/Edge instead of opening a login window, and auto-detects org/library accounts. Older UI, more hands tested it.
π§© What the jargon means
| Term | Plain English |
|---|---|
| PyQt6 | The toolkit behind the dark-mode UI |
| Selenium login | A real, automated browser window logs in for you |
| Learning Path | LinkedInβs bundled course series β one URL, many courses |
| li_at token | Your LinkedIn login session, stored as a cookie |

!