Skip to content

ajdnik/decrypo

Repository files navigation

decrypo

Build Status Coverage Status Go Report Card

Decrypt Pluralsight videos into .mp4 format.

Install

macOS with homebrew

First get the homebrew tap and install the formula

brew tap ajdnik/decrypo
brew install decrypo

Usage

Run the command from your terminal application and define an -output flag where the decrypted videos should be stored.

$ decrypo -output "./Course Videos/"
Found 20 clips in database.
Decrypting clips and extracting captions...
20 / 20 [------------------------------------------------>] 100% 35 p/s
Successfully decrypted 20 of 20 clips.
You can find them at ./Course Videos/

To find out more about other flags use the decrypo --help.