0.1.0 • Published 8 years ago

egge v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

NAME

egge - egghead extractor

INSTALL

npm install -g egge

SYNOPSIS

egge [options] <URL>

DESCRIPTION

This command line tool extracts video file urls of free egghead lessons. To do so, it is using nightmare - a high-level browser automation library for electron. The only purpose of it is to download free and only free lessons beforehand to watch them while being off the grid. Please note: This won't work with premium/pro videos and will never do so!

If you're interested in, subscribe and go pro. It is totally worth it!

EXAMPLES

To download e.g. this lesson use:

egge https://egghead.io/lessons/precompile-jsx | xargs wget

OPTIONS

-h, --help output usage information

-j, --json extract as json

-V, --version output the version number

-v, --verbose watch nightmare doing its work

TODO

  • multi course/lesson support
  • output to curl config file