All Projects â†’ sahilsehwag â†’ pluralsight-downloader-chrome-extension

sahilsehwag / pluralsight-downloader-chrome-extension

Licence: Unlicense license
[WIP] A chrome extension to download and track Pluralsight courses. 😈

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to pluralsight-downloader-chrome-extension

CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (-91.19%)
Mutual labels:  downloader, pluralsight
udemy-downloader
A Udemy downloader that can download lectures, with DRM support.
Stars: ✭ 507 (+123.35%)
Mutual labels:  downloader
Cookie-Clicker-Source-Code
Cookie Clicker source code for... educational purposes...
Stars: ✭ 74 (-67.4%)
Mutual labels:  beta
soundcloud-dl
A Python project that downloads tracks from soundcloud.com, complete with metadata and album art
Stars: ✭ 118 (-48.02%)
Mutual labels:  downloader
cy-client
Unofficial cyberdrop album downloader client
Stars: ✭ 83 (-63.44%)
Mutual labels:  downloader
CoverMaster
Download covers arts from Spotify and Soundcloud and embeds them to your MP3 files. (My first GUI attempt in python.)
Stars: ✭ 64 (-71.81%)
Mutual labels:  downloader
Instaloader
Download pictures (or videos) along with their captions and other metadata from Instagram.
Stars: ✭ 3,655 (+1510.13%)
Mutual labels:  downloader
HisokaBOT-Whatsapp-Bot
Whatsapp Bot - Node Js.
Stars: ✭ 75 (-66.96%)
Mutual labels:  downloader
altstore
AltStore source with more stuff
Stars: ✭ 44 (-80.62%)
Mutual labels:  beta
telegram-sticker-downloader
A script to download complete sticker packs from telegram and convert them into png
Stars: ✭ 34 (-85.02%)
Mutual labels:  downloader
mega-link-downloader-bot
A telegram bot to download mega.nz links. (made with pyrogram).
Stars: ✭ 180 (-20.7%)
Mutual labels:  downloader
lezhin-comics-downloader
📥 Downloader for lezhin comics
Stars: ✭ 30 (-86.78%)
Mutual labels:  downloader
the-great-courses-of-the-Internet
List of the great courses of the internet
Stars: ✭ 20 (-91.19%)
Mutual labels:  courses
BlipBinding
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use default MVC model binding with hierarchical form data.
Stars: ✭ 29 (-87.22%)
Mutual labels:  pluralsight
Linkedin-Learning-Courses-Downloader
Download LinkedIn Learning Courses in mp4 format and in the video quality you like with an intuitive UI
Stars: ✭ 226 (-0.44%)
Mutual labels:  downloader
pluralsight-using-azureservicefabric-in-production
No description or website provided.
Stars: ✭ 18 (-92.07%)
Mutual labels:  pluralsight
gb-dl
A python based utility to download courses from infosec4tc.teachable.com , academy.ehacking.net and stackskills.com for personal offline use.
Stars: ✭ 33 (-85.46%)
Mutual labels:  downloader
Fileloader
A library for managing file downloads on the Android platform
Stars: ✭ 27 (-88.11%)
Mutual labels:  downloader
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (-71.81%)
Mutual labels:  downloader
pluralsight-scraper
Pluralsight video downloader
Stars: ✭ 128 (-43.61%)
Mutual labels:  pluralsight

Pluralsight Downloader Chrome Extension

Chrome Extension to download Pluralsight courses (BETA).

Author: Sahil Sehwag

Inspiration and Why

This chrome extension is a clone of project Pluralsight Course Downloader by vatz88.

The old extension stopped working because it was not being maintained, so I rewrote the extension. I will be maintaining this repository and will be adding more features. Currently this extension is in BETA stage, so please any report issue that you find. It will help me and other people too.

Screenshots

Screenshot-1

Installation

You can clone this repository, or download zip/tar.gz/.crx(chrome extension), and follow one of the ways mentioned below to install the extension.

NOTE: This README.md is the latest code in repository. The links mentioned above refers to the latest release. Since this extension is in BETA phase, therefore the API changes a lot.

  • Follow this guide to load extension in developer mode in Chrome browser.
  • Drag and drop the .crx file on chrome extension page (In some cases this approach might not work).

Usage

NOTE: To start the download login into your pluralsight account, open a course and play any video from that course. Now press e to enable the key bindings of extension and c to download the course. * Don't close the tab in which you started the download. * There is a time gap between each download to prevent the pluralsight from blocking the extension or to prevent account blocking/locking. The exact time may change over time, right now its around 3-5 seconds.

  • e - Enable/Disable the extension keyboard shortcuts(default is disabled). Key bindings mentioned below will worky only when the extension bindings are enabled.
  • c - Download the currently playing video's entire course.
  • s - Stops the download process. NOTE: This will not stop the active downloads, instead further videos in the course will not be downloaded

Known Issues

  • Some old courses have videos with different resolution than the standard one, due to which these particular courses are not downloadable through extension. This issue will be fixed in the next release.

Contributors

Contributors are welcomed.


Changelog

  • 0.1-alpha
    • Initial release
    • s to download the current video
    • a to download all the videos in queue starting from current video
  • 0.2-alpha
    • Implemented the logic flow using json structure
    • Disabled the s
    • a will download the entire course, no matter the current video
    • Fixed the errors due to parsing inconsistencies.
  • 0.3-beta (Under progress...)
    • Added e to enable/disabled the extension bindings.
    • NOTE: Other bindings will only work when extension bindings are enabled, by default they are disabled.
    • Replaced a with c to download the course.
    • Added s binding to stop the download process
    • Prevent another parallel downloading of same course in the same tab due to accidental keypress

NOTE

Pluralsight Terms of Use does not allow downloading / storing of the video.

Quoting from www.pluralsight.com/terms

Proprietary Materials may only be accessed through the Site, and not by or from any other site or means. The applicable License granted you by these Terms of Use is a right of access through the Site only, and does not grant to you any right to download or store any Proprietary Materials in any medium.

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