Code Monkey home page Code Monkey logo

egghead-downloader's Introduction

Egghead.io downloader

This is a small node.js command line tool that can download series, playlists and lessons from egghead.io as .mp4 for you.

Currently it requires node >= v.6.0.0. If there is any need to support lower versions, please create an issue on Github.

To get started, just run

  • npm install -g --production egghead-downloader

Then you can use it from the command line

$ egghead-downloader -c https://egghead.io/series/getting-started-with-redux really-awesome-series

Usage: egghead-downloader [options] <url> <output-dir>

Options:

  -h, --help     output usage information
  -V, --version  output the version number
  -c, --count    Add the number of the video to the filename (only for playlists and series)
  -f, --force    Overwriting existing files

Development

Since this tool is written in ES6/ES7 (it uses await/async from the ES7 draft), you need to run npm run build if you edit the source (this runs babel, which transpiles it to code that node can understand). Or you can run it directly with babel-node: $ babel-node src/app.js --help

Notes

Since this tool depends on the page structure of egghead.io, it is very likely to stop working at some point ;)

License: MIT

egghead-downloader's People

Contributors

colinhoernig avatar simonselg avatar trskldn avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.