Skip to content

Instantly share code, notes, and snippets.

View su-thomas's full-sized avatar

thomas su-thomas

  • Sydney, Australia
View GitHub Profile
@su-thomas
su-thomas / panopto_dl.py
Last active March 4, 2021 02:26
Panopto Video Download Tool
import os
import requests
import youtube_dl
"""
Change the following values to your own.
To get your token, you'll need to log into panopto on a browser and view the .ASPXAUTH cookie value.
"""
PANOPTO_BASE = "https://westernsydney.ap.panopto.com/"
TOKEN = ""