Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firefox Extension for opencast download
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Frost
Firefox Extension for opencast download
Commits
5eacca6b
Commit
5eacca6b
authored
4 years ago
by
Richard Zameitat
Browse files
Options
Downloads
Patches
Plain Diff
fix ext id and update README
parent
3cf8582c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+16
-2
16 additions, 2 deletions
README.md
manifest.json
+1
-1
1 addition, 1 deletion
manifest.json
with
17 additions
and
3 deletions
README.md
+
16
−
2
View file @
5eacca6b
...
@@ -22,8 +22,10 @@ Nevertheless, in the code it is called _Open Excellence Media_ or for short **O
...
@@ -22,8 +22,10 @@ Nevertheless, in the code it is called _Open Excellence Media_ or for short **O
### what is it good for?
### what is it good for?
A huge portion of videos in RWTH moodle are hosted on RWTH's OpenCast instance.
The way it is set up prevents (likely intentionally) a user-friendly approach to downloading videos.
Most videos (eg. lecture recordings) embedded in RWTH Aachen University's moodle are hosted on an OpenCast.
These videos are usually embedded using an iframe, which makes it (intentionally) hard to download them for offline use.
This extension want's to help by liberating lecture recordings and other videos provided in this rather restrictive manner.
This extension want's to help by liberating lecture recordings and other videos provided in this rather restrictive manner.
How?
How?
...
@@ -35,6 +37,18 @@ By placing a bow with direct links to the videos above them.
...
@@ -35,6 +37,18 @@ By placing a bow with direct links to the videos above them.
-
personal archive to re-watch lecture contents in a few semesters (relevant for exams, personal interest, …)
-
personal archive to re-watch lecture contents in a few semesters (relevant for exams, personal interest, …)
-
…
-
…
### where to get it?
Sadly, this extension was not accepted into Mozilla's offizial addon gallery, because the target audience is too limited.
Nevertheless it is possible to get extensions signed by Mozilla and self-distribute them.
(With a bit of luck even automated updates should work just fine.)
You should (hopefully) be able to get the latest version from
<https://dev.sudo42.de/public/ff-addons/openexcellencemedia-latest.xpi>
.
The
[
releases page of this project
](
https://git.fsmpi.rwth-aachen.de/moodleOpenCastDownloads/ff-ext/-/releases
)
should contain them as well.
And, of course, you can build this extension from source on your own.
Or modify it to work as user script.
This project is licensed unser EUPL, so feel free to use, read, adapt, or share the code.
### 2do
### 2do
-
[X] going to bed
-
[X] going to bed
-
[ ] styling (I love CSS, not joking here!)
-
[ ] styling (I love CSS, not joking here!)
...
...
This diff is collapsed.
Click to expand it.
manifest.json
+
1
−
1
View file @
5eacca6b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
],
],
"browser_specific_settings"
:
{
"browser_specific_settings"
:
{
"gecko"
:
{
"gecko"
:
{
"id"
:
"{
cc975a31-cc03-49ce-8c82-2b265f327227
}"
,
"id"
:
"{
ad4c20e4-957a-45ff-a48e-a5497ccd59d5
}"
,
"strict_min_version"
:
"60.0"
,
"strict_min_version"
:
"60.0"
,
"update_url"
:
"https://dev.sudo42.de/public/ff-addons/updates.json"
"update_url"
:
"https://dev.sudo42.de/public/ff-addons/updates.json"
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment