A selenium based python script to download classroom recordings from Scaler Academy, for offline viewing.
- Chrome (94-96 recomended)
- Scaler Academy Credentials 🙂
-
Clone the repo
-
Install requirements
pip install -r requirements.txt
-
Run the script
python main.py
-
Enter your credentials
The videos should be downloaded to <repo_folder>/downloads
Happy learning! 🎓
- Add masterclass download option
- Rename Downloaded files according to original title
- Re-write in BS4 (research required 🥵)
- Add selective download
Contributions are most welcome 😊