- Notifications
You must be signed in to change notification settings - Fork12
enescakir/lynder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Lynder is a tutorial downloader from lynda.com website.
You can download whole lectures of course by one-command.
But able to download courses, you need to have Standard Lynda Account.
It's just 24.99$. I think it's worth every penny.
- Beautiful Soup
pip3 install beautifulsoup4 - Requests
pip3 install requests - youtube-dl
brew install youtube-dl
$ ./install.sh# It calls install commands of requirements.# And it copies downloader to /usr/local/bin for calling globally.
- Tutorial Folder---- CONTENT.md---- OVERVIEW.md---- 1 - Chapter A-------- 1 - Topic A Video-------- 1 - Topic A Transcript-------- 2 - Topic B Video-------- 2 - Topic B Transcript-------- 3 - Topic C Video-------- 3 - Topic C Transcript---- 2 - Chapter B-------- 1 - Topic D Video-------- 1 - Topic D Transcript-------- 2 - Topic E Video-------- 2 - Topic E Transcript-------- 3 - Topic F Video-------- 3 - Topic F Transcript---- 3 - Chapter C---- Exercise Files$ lynder# Download a tutorial$ lynder --url URL_OF_TUTORIAL$ lynder -u URL_OF_TUTORIAL# Download list of tutorials# Links are seperated line by line in the txt$ lynder --file list.txt$ lynder -f list.txt# Also you can use cookies for authentication# It's faster than simple username and password$ lynder -f list.txt -c cookies.txt
In order to extract cookies from browser usecookies.txt extension
About
Lynda Tutorial Downloader
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors3
Uh oh!
There was an error while loading.Please reload this page.