Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 997 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 997 Bytes

decrypo

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