/scaler-downloader

A script to download videos from www(dot)scaler(dot)com for offline viewing

Primary LanguagePython

Scaler Downloader

A selenium based python script to download classroom recordings from Scaler Academy, for offline viewing.

Prerequisites

  • Chrome (94-96 recomended)
  • Scaler Academy Credentials šŸ™‚

How to?

  1. Clone the repo

  2. Install requirements

    pip install -r requirements.txt
  3. Run the script

    python main.py
  4. Enter your credentials

The videos should be downloaded to <repo_folder>/downloads

Happy learning! šŸŽ“

TODO

  • Add masterclass download option
  • Rename Downloaded files according to original title
  • Re-write in BS4 (research required šŸ„µ)
  • Add selective download

Contributions are most welcome šŸ˜Š

Note

This is solely intended for educational purposes.