Sharedown is an Electron application to download Sharepoint videos, especially meant for students.
We take NO responsibility for your actions, do not violate your tenant rules!
See Sharedown Wiki for more info or help!
- A recent version of FFmpeg
- YT-dlp - releases
- Python 3
- A recent OS (Windows, Linux, or macOS)
- Download latest build from here
Run the following commands in a terminal to build Sharedown.
$ git clone https://github.com/kylon/Sharedown.git
$ cd Sharedown
$ npm i
$ npm run dist
Run the following commands in a terminal to run Sharedown from source.
$ git clone https://github.com/kylon/Sharedown.git
$ cd Sharedown
$ npm i
$ npm start

