https://github.com/lnsp/panopto-dl
Video downloader for TUM-hosted Panopto
https://github.com/lnsp/panopto-dl
Last synced: 6 days ago
JSON representation
Video downloader for TUM-hosted Panopto
- Host: GitHub
- URL: https://github.com/lnsp/panopto-dl
- Owner: lnsp
- License: mit
- Created: 2020-11-19T16:21:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T15:04:46.000Z (almost 5 years ago)
- Last Synced: 2025-08-05T18:45:21.092Z (10 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# panopto-dl
Video downloader for TUM-hosted Panopto.
## Usage
> You need Go to build this software and youtube-dl to run it.
```
$ git clone https://github.com/lnsp/panopto-dl
$ cd panopto-dl
$ go build
$ ./panopto-dl -a "YOUR_ASPX_TOKEN" -id "STREAM_ID"
```
You can get the ASPX token from the cookie viewer (cookie `.ASPXAUTH`) inside your browser after logging into Panopto.
The stream ID can be retrieved from the video URL.
```
Example URL: https://tum.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=fa6eb567-bc50-4023-b736-ad4700911ea9
The stream ID is the id part of the URL.
```