Skip to content

kerlak/egghead_dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EggheadDl

With EggheadDl you can download the public videos for offline views. Please, mind the Terms and Conditions of Use

Remember that these guys make a great job and invest lots of time to provide these useful information. :star:Become a pro member! and level-up your career:school_satchel:

Requirements

ffmpeg

Setup

Set algolia credentials on config.exs file:

At this time, the application_id value for egghead.io is 78FD8NWNJK You can try with a public temporal api_key: d1b3f68acf6c2817900630bc0ac6c389

config :algolia,
  application_id: "ALGOLIA_APLICATION_ID",
  api_key: "ALGOLIA_API_KEY"
$ mix deps.get

Execution

$ iex -S mix

  # Download all courses
  iex> EggheadDl.save_all()

  # Download coursers related to <some_filter>
  iex> EggheadDl.save("Dart")

About

Download public courses from the https://egghead.io platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages