Skip to content

A simple utility to download videos from Panopto in batch mode, easy to use and extensible.

Notifications You must be signed in to change notification settings

davideberga/panopto-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panopto downloader

Simple utility to download in "batch mode" videos from an entire folder/course on panopto website. Currently supports only the UNIVR sso login, but it is easily extensible.

Requirements

  • Anaconda (raccomended for installation only)
  • Google Chrome installed on your system, internally this script uses Selenium with the google chrome web driver.[mandatory]

Installation and usage

To install the required dependencies: conda env create -f environment.yaml

Basic usage: python3 panopto-dl.py -url <FOLDER_URL> -u <GIA_USERNAME>

I don't know who has had the smart idea to put double quotes in <FOLDER_URL> so remember to escape the url. In this way: https://univr.cloud.panopto.eu/Panopto/Pages/Sessions/List.aspx#folderID=\"1bd8examplea2fa90\"

To see all the options: python3 panopto-dl.py -h

Extensibility

Currently sso login types supported:

  • Univr

Disclaimer

Only for personal usage. This is not related in any way to panopto.

Attention: this repository is mirrorred from a repository hosted on my own personal gitlab instance, it is possible that is not up-to-date to the last commit

About

A simple utility to download videos from Panopto in batch mode, easy to use and extensible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages