All Projects → rohmanhm → New Egghead Downloader

rohmanhm / New Egghead Downloader

Licence: mit
New Egghead Downloader

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to New Egghead Downloader

Node Express Postgresql Server
Basic Node with Express + PostgreSQL Server
Stars: ✭ 74 (-6.33%)
Mutual labels:  express
Supply Chain
Supply chain management on blockchain using Angular 4 + Truffle + IPFS + Ethereum
Stars: ✭ 76 (-3.8%)
Mutual labels:  express
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (-1.27%)
Mutual labels:  express
Vox
Simple and lightweight Go web framework inspired by koa
Stars: ✭ 74 (-6.33%)
Mutual labels:  express
Typerx
A lightweight typescript annotation rest based extra (express、 mongoose、 angular、zorro、ng-alain ...).
Stars: ✭ 76 (-3.8%)
Mutual labels:  express
Chatroom Angularjs
An online chat room built with Angular, Node.js, Express and socket.io. View more http://www.cnblogs.com/SheilaSun/p/4746837.html
Stars: ✭ 76 (-3.8%)
Mutual labels:  express
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-7.59%)
Mutual labels:  downloader
Kikoeru Express
kikoeru 后端,不再维护,请到https://github.com/umonaca/kikoeru-express 获取更新
Stars: ✭ 79 (+0%)
Mutual labels:  express
Preact Cli Ssr
A quick demo for adding SSR to a Preact CLI app
Stars: ✭ 76 (-3.8%)
Mutual labels:  express
Bbs node
node后端服务,node+express+mysql, 搭建token-权限-管理完整的web服务, 对应页面: https://www.lyh.red/admin \ https://www.lyh.red/bbs \ 接口地址https://www.lyh.red/apidoc/index.html
Stars: ✭ 78 (-1.27%)
Mutual labels:  express
Saavn Downloader Extension
Chrome Extension to download songs and block ads for jiosaavn.com (previously saavn.com)
Stars: ✭ 74 (-6.33%)
Mutual labels:  downloader
Instascrape
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (-3.8%)
Mutual labels:  downloader
Polled.win
📊 Real time polling
Stars: ✭ 76 (-3.8%)
Mutual labels:  express
React Hipstaplate
A ReactJS full-stack boilerplate based on typescript with ssr, custom apollo-server and huge stack of modern utilities which will help you to start your own project
Stars: ✭ 74 (-6.33%)
Mutual labels:  express
Cryptoenginex
Cryptocurrency Exchange Platform
Stars: ✭ 78 (-1.27%)
Mutual labels:  express
Mern Login Signup Component
Minimalistic Sessions based Authentication app 🔒 using Reactjs, Nodejs, Express, MongoDB and Bootstrap. Uses Cookies 🍪
Stars: ✭ 74 (-6.33%)
Mutual labels:  express
Twitter media downloader
Twitter media downloader.
Stars: ✭ 75 (-5.06%)
Mutual labels:  downloader
Memorystore
express-session full featured MemoryStore layer without leaks!
Stars: ✭ 79 (+0%)
Mutual labels:  express
Cheatsheets
JavaScript and Node.js cheatsheets
Stars: ✭ 1,191 (+1407.59%)
Mutual labels:  express
A Text Editor
一款微信文章编辑器_前后端已搭建完整
Stars: ✭ 77 (-2.53%)
Mutual labels:  express

Egghead.io downloader

Greenkeeper badge

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 ehd

Then you can use it from the command line

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

Usage: ehd [options] <url> <output-dir>

Options:

  -h, --help                 output usage information
  -V, --version              output the version number
  -e, --email <email>        Account email (only required for Pro accounts)
  -p, --password [password]  Account password (only required for Pro accounts)
  -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

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