MIPT Lectorium contains over 1400 recorded lectures. There is a "download video" function, but there is no way to download the whole course or multiple courses. This python script helps with the problem.
Script works on both UNIX and Windows, but wget is required.
sudo apt-get install wget
Install Wget for Windows. (download here)
python3 main.py https://lectoriy.mipt.ru/course/Physics-Optics-09L
This will create a folders in current directory, which will be named as coursed, which are being downloaded. Videos will be downloaded there.
This project is licensed under the MIT License - see the LICENSE.md file for details