loom-dl

In beginning 2023 I came across a series of interesting video tutorials. As the videos were quite long, I seeked a way to download the videos so that I could watch them on my TV.

I found the solution by creating a Python script to download loom videos. The script does not require any dependencies aside from Python itself.

$ ./loom-dl.py https://www.loom.com/share/... -o out/video.mp4

2 years later the project has 42 starts and receives several visitors every day.

loom-dl Project on GitHub