All Projects → enescakir → lynder

enescakir / lynder

Licence: MIT License
Lynda Tutorial Downloader

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to lynder

CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (-54.55%)
Mutual labels:  downloader, lynda
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (+4.55%)
Mutual labels:  downloader
Music-downloader-bot
A telegram bot that can send you high-quality audio 🎧🎧🎧
Stars: ✭ 35 (-20.45%)
Mutual labels:  downloader
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (+6.82%)
Mutual labels:  downloader
baruch
A mobile app where you can read and download light novels.
Stars: ✭ 68 (+54.55%)
Mutual labels:  downloader
bookmate downloader
Download books as epub from bookmate.com
Stars: ✭ 38 (-13.64%)
Mutual labels:  downloader
beveldm
Cross-platform download manager
Stars: ✭ 21 (-52.27%)
Mutual labels:  downloader
openload dl
A python library and CLI tool that makes easy to download files from openload.co
Stars: ✭ 36 (-18.18%)
Mutual labels:  downloader
patreon-scraper
WIP Patreon attachment download written in TypeScript
Stars: ✭ 25 (-43.18%)
Mutual labels:  downloader
azusa
🎆 Fill you music player in a kawaii way
Stars: ✭ 30 (-31.82%)
Mutual labels:  downloader
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+40.91%)
Mutual labels:  downloader
llvd
Linkedin Learning Video Downloader
Stars: ✭ 137 (+211.36%)
Mutual labels:  downloader
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+59.09%)
Mutual labels:  downloader
spotifydl
Download music from Spotify with complete album art and metadata
Stars: ✭ 52 (+18.18%)
Mutual labels:  downloader
insta-dl
📷 Download Instagram images from a public user.
Stars: ✭ 88 (+100%)
Mutual labels:  downloader
hentai-downloader
ExHentai exhentai.org, e-hentai.org images gallery download to folder.
Stars: ✭ 37 (-15.91%)
Mutual labels:  downloader
my-awesome-projects
Learn by doing projects
Stars: ✭ 48 (+9.09%)
Mutual labels:  lynda
youtube-dlc
Command-line program to download various media from YouTube.com and other sites
Stars: ✭ 1,225 (+2684.09%)
Mutual labels:  downloader
image-downloader
A Nodejs module for downloading image to disk from a given URL
Stars: ✭ 61 (+38.64%)
Mutual labels:  downloader
YoutubeSpotifyDL
Youtube and Spotify music downloader with metadata.
Stars: ✭ 66 (+50%)
Mutual labels:  downloader

Lynder

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.

Requirements

Install

  $ ./install.sh
  # It calls install commands of requirements.
  # And it copies downloader to /usr/local/bin for calling globally.

Folder Structure

- 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

Usage

$ 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 use cookies.txt extension

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].