Simple crawler to download all videos and documents out of Mathadventure. I really can not be bothered to walk through a game to get to the content I want to see. So I wrote this script to do it for me.
This project uses poetry for dependency management. To install the dependencies run:
poetry install
No configuration is needed. Just run the script with:
poetry run python main.py
The downloaded files will be saved in the out
folder.