/panopto

Primary LanguagePython

This is scripts intended to download lecture videos hosted on Panopto using its
public API.

Usage:

To download a specific video  
$ ./downloader.py

To download all videos  
$ ./downloader.py -a

To download a specific video using its uuid  
$ ./fetch.py -u uuid -o file

WARNING: the script is (to some extent) untested, and it is not written to fit
all circumstances. Please take your own risk to use it.

WARNING: You should not disobey terms and policies of Panopto when using this
script. Please keep this files silently on your device and DO NOT upload or
distribute them elsewhere :)