All Projects → ahmedayman4a → Lyndacoursesdownloader

ahmedayman4a / Lyndacoursesdownloader

Cross platform .net core program to download lynda.com courses for offline use

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Lyndacoursesdownloader

Cake.Curl
🍰↕️ A cross-platform add-in for Cake that allows to transfer files to and from remote URLs using curl.
Stars: ✭ 17 (-54.05%)
Mutual labels:  curl, netcore
Restfulsense
A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
Stars: ✭ 28 (-24.32%)
Mutual labels:  netcore
Micronetes
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
Stars: ✭ 785 (+2021.62%)
Mutual labels:  netcore
Mathos Parser
A mathematical expression parser and evaluation library.
Stars: ✭ 26 (-29.73%)
Mutual labels:  netcore
Bert Ner
Pytorch-Named-Entity-Recognition-with-BERT
Stars: ✭ 829 (+2140.54%)
Mutual labels:  curl
Avenuenet
AvenueNet 是一个基于 Retrofit 二次封装的网络请求库,使用 Rxjava 的链式调用方式,二次封装的目的是为了对请求数据的正确性以及错误状态做统一的处理,对 Retrofit 对象做管理,有点为业务而生的味道,并非纯正的网络请求库
Stars: ✭ 10 (-72.97%)
Mutual labels:  netcore
Eventsourcing.netcore
Examples and Tutorials of Event Sourcing in .NET Core
Stars: ✭ 760 (+1954.05%)
Mutual labels:  netcore
Dispatchproxyasync
System.Reflection.DispatchProxy to Async Proxy
Stars: ✭ 33 (-10.81%)
Mutual labels:  netcore
Aws Lambda Dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Stars: ✭ 945 (+2454.05%)
Mutual labels:  netcore
Signalrsample
Real-time Charts with ASP.NET Core SignalR and Chart.js.
Stars: ✭ 23 (-37.84%)
Mutual labels:  netcore
Httr
httr: a friendly http package for R
Stars: ✭ 897 (+2324.32%)
Mutual labels:  curl
Everything Curl
The book documenting the curl project, the curl tool, libcurl and everything related to this.
Stars: ✭ 885 (+2291.89%)
Mutual labels:  curl
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+2270.27%)
Mutual labels:  curl
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+2094.59%)
Mutual labels:  netcore
Cookedrabbit
CookedRabbit is a simple service based RabbitMQ wrapper for dealing with channels/connections.
Stars: ✭ 28 (-24.32%)
Mutual labels:  netcore
Mudblazor
Blazor Component Library based on Material design. The goal is to do more with Blazor, utilizing CSS and keeping Javascript to a bare minimum.
Stars: ✭ 757 (+1945.95%)
Mutual labels:  netcore
Pwned
Simple C++ code for simple tasks
Stars: ✭ 16 (-56.76%)
Mutual labels:  curl
Imgui.net
An ImGui wrapper for .NET.
Stars: ✭ 848 (+2191.89%)
Mutual labels:  netcore
Gdown
Download a large file from Google Drive (curl/wget fails because of the security notice).
Stars: ✭ 962 (+2500%)
Mutual labels:  curl
Coronavirus Tracker Cli
Track conronavirus cases from command line. curl https://corona-stats.online/
Stars: ✭ 954 (+2478.38%)
Mutual labels:  curl

Lynda Courses Downloader

Download lynda.com courses with the video quality you like.

Why use this lynda downloader?

  • The only Lynda Courses Downloader with a GUI as I couldn't find any other working ones
  • Easy to use
  • Cross platform
  • Download in the video quality you like
  • Doesn't need the lynda desktop app
  • Download Exercise files automatically
  • Download multiple courses at a time
  • Automatically extract lynda.com token from Chrome, Firefox or Microsoft Edge

Easy install

Just go to the releases section, download the version that suits your platform and make sure you follow the requirements.

Requirements

At least .Net Framework 4.6.2 which comes pre-installed with Windows 10 Anniversary Update (Version 1607)

How to use

  • Windows

    Just run the Setup file. A shortcut will be added to your desktop and start menu

  • Linux

    Open a terminal in the directory of the LyndaCoursesDownloader program then type :

      chmod 777 ./LyndaCoursesDownloader
    

    and to run the program type:

      ./LyndaCoursesDownloader
    

LyndaCoursesDownloaderDemoGIF

Getting the lynda authentication token cookie

  • You can now extract the token from your browser's default profile if you are logged into lynda.com by pressing Extract Token. If it didn't work for you, manually get the token as follows:

  • Firefox
    1. Press Shift+F9 on your keyboard OR right click anywhere on the Lynda website , choose "Inspect Element" and click storage.
    2. Look for the word "token" the column "Name". Copy the value and paste it in the LyndaCoursesDownloader program. LyndaCoursesDownloader firefox token tutorial gif
  • Google Chrome
    1. Right click anywhere on the page and click inspect element OR press F12 on your keyboard
    2. Click on the 2 arrows in the top right corner beside the word performance then click Application
    3. Double click on the word "cookies" then click on www.lynda.com
    4. Look for the word "token" the column "Name". Copy the value and paste it in the LyndaCoursesDownloader program. LyndaCoursesDownloader chrome token tutorial gif

Any Questions? Issues? Recommendations?

Just create an issue and I will reply as soon as I can.

Acknowledgments

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