Skip to content

Commit

Permalink
Add warning message for broken podcast mode downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yharooer committed Jul 30, 2021
1 parent 99bd43f commit 2d2c3ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Panopto Downloader
![Panopto Downloader Logo](img/header.svg)

## Thank you for your support
It has come to my attention that sadly Panopto Downloader no longer works for some institutions. There may be an update in the upcoming months. Thank you to everyone who has supported Panopto Downloader up until now.

## 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. Videos with more than one screen can only be downloaded picture-in-picture using Panopto's podcast mode.

## Disclaimer
Panpto 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.
Panpoto 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.

## Get
Panopto Downloader is [available on the Chrome Web Store](https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno).
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Panopto Downloader",
"version": "1.3.1",
"version": "1.3.2",
"description": "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.",
"manifest_version": 2,
"browser_action": {
Expand Down
3 changes: 3 additions & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@

<body>
<img src='/img/header.svg' />
<div id='deprecated_warning' style="border-color: red; border-width: thick; border-style: solid; border-radius: 8px; padding: 12px; box-shadow: 0px 2px 3px #888888; font-weight:500; background-color: #ffe8e8; font-size: 10pt; margin-bottom: 12px;">
It has come to my attention that sadly Panopto Downloader no longer works for many institutions. There may be an update in the upcoming months. Thank you to everyone who has supported Panopto Downloader up until now.
</div>
<div id='loading'>
<p style='text-align: center;'>No Panopto videos detected on this page.</p>
</div>
Expand Down

0 comments on commit 2d2c3ed

Please sign in to comment.