lorossi / webex-video-downloader

A simple chrome plugin to download webex videos
MIT License
3 stars 1 forks source link
chrome-extension polimi politecnico-di-milano released webex-downloader

Webex video downloader

Since a Webex update broke the marvelous Jacopo J's Chrome and Firefox extension to download recorded Polimi lessons from Webex, I decided to jump the gun and try write a new extension that does not rely on url matching.

As now it's only compatible with Google Chrome, and it's quite buggy. I am currently focused on making it better, so shall you find any bug, open an issue, send me a message or make a pull request and I wil try my best (i swear!) fix it.

Installations

Chrome

Firefox

As it turns out, Firefox is not really compatible with Google Chrome's extensions manifest version 3, so there is not really much I can do about it. Unless a new update is rolled out soon, I can't port this extension to Firefox.

Usage

Just click on the download icon, as shown in the image.

img

Currently there are two options, available by clicking the extension's icon:

  1. Add recording date to filename
    • will prepend the recording date (ISO 8061) to the downloaded video filename
  2. Add recording title to filename
    • will prepend the recording original title to the downloaded video filename

If neither option is selected, filename will be the elapsed seconds since January 1, 1970 at the moment of the download.

Todo

Known bugs