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:
ffmpeg
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
$ iex -S mix
# Download all courses
iex> EggheadDl.save_all()
# Download coursers related to <some_filter>
iex> EggheadDl.save("Dart")