Panopto Vidoes Downloader is a Python script for downloading Technion course videos from Panopto
Clone the repo
$ git clone https://github.com/dlior/panopto-videos-downloader.git
$ cd panopto-videos-downloader
$ pip install -r requirements.txt
-
In Google Chrome subscribe to RSS
-
Copy the URL and paste it in the url variable in the script then save file
url = "https://{RSS URL Here}"
- Open terminal and run the script:
$ python main.py
The tool above is for research purpose only not for human consumption, I am not responsible for any use of this program, please read Panopto Terms of Service before using this.