Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 897 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 897 Bytes

Panopto Videos Downloader

Panopto Vidoes Downloader is a Python script for downloading Technion course videos from Panopto

Getting Started

Installation

Clone the repo

$ git clone https://github.com/dlior/panopto-videos-downloader.git
$ cd panopto-videos-downloader
$ pip install -r requirements.txt

Using Panopto Vidoes Downloader

  1. In Google Chrome subscribe to RSS

  2. Copy the URL and paste it in the url variable in the script then save file

url = "https://{RSS URL Here}"
  1. Open terminal and run the script:
$ python main.py

Example

Disclaimer

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.