Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 887 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 887 Bytes

MIPT Lectorium Downloader

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.

Requirements

Script works on both UNIX and Windows, but wget is required.

Linux:

	sudo apt-get install wget

Windows:

Install Wget for Windows. (download here)

Usage

	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. Folder's example

License

This project is licensed under the MIT License - see the LICENSE.md file for details