Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Chrome extension to batch download videos from Panopto. Tested with the University of Cambridge Panopto website.

License

Notifications You must be signed in to change notification settings

jacky96623/panopto-downloader-chrome

 
 

Repository files navigation

Panopto Downloader

Panopto Downloader Logo

Thank you for your support

On 30 July 2021, Panopto changed the way its "Podcast mode" works. As a result, the original version of Panopto Downloader stopped working for most organisations.

In response, Panopto Downloader version 2 is on the way. Panopto Downloader v2 works by directly converting video streams to video files using ffmpeg.wasm rather than relying on Panopto's "Podcast mode". Panopto Downloader v2 is still under development and as a result, some features may not work as expected. Panopto Downloader v2 is not yet available on the Chrome Web Store and will be published once its development is more complete.

There is no estimated completion date for Panopto Downloader version 2.

About

Panopto Downloader is a extension for Google Chrome to download videos from the lecture streaming service Panopto. Both individual videos and folders of videos can be downloaded. Panopto Downloader supports videos with multiple streams.

Disclaimer

Panopto Downloader is in no way affiliated with Panopto. You should check with your institution to determine whether you are permitted to store downloads of recordings before using this tool.

Development

Panopto Downloader requires npm to run locally.

After cloning, to set up we require running npm install.

To develop locally run npm run start and point Google Chrome to load the extension from the /dev directory.

To publish, run npm run build and package the /build directory.

Issues

Note that at the moment there is an issue where if /src/components/MainSelectorComponent/scraper.ts uses certain syntax requiring polyfills, then Babel will reference an external function and break Chrome's script injection. Be cautious because sometimes this occurs in production whilst not happening in development. Check that loading the list of videos on the page works in production before pushing. You should not have to worry if you don't change scraper.ts.

About

Chrome extension to batch download videos from Panopto. Tested with the University of Cambridge Panopto website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.2%
  • CSS 6.1%
  • HTML 2.5%
  • JavaScript 1.2%