https://github.com/rahgurung/coursera-hd-video-downloader
:books: Download your Coursera videos in HD
https://github.com/rahgurung/coursera-hd-video-downloader
coursera coursera-downloader coursera-extension downloader extension-chrome firefox-addon hacktoberfest
Last synced: about 1 month ago
JSON representation
:books: Download your Coursera videos in HD
- Host: GitHub
- URL: https://github.com/rahgurung/coursera-hd-video-downloader
- Owner: rahgurung
- Archived: true
- Created: 2020-05-30T02:59:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T17:29:37.000Z (about 1 month ago)
- Last Synced: 2025-04-13T21:14:03.052Z (about 1 month ago)
- Topics: coursera, coursera-downloader, coursera-extension, downloader, extension-chrome, firefox-addon, hacktoberfest
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/coursera-hd-video-downloa/kpnmpopgchfdpjephjkcgikfjnbpoahf
- Size: 4.28 MB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚫 Deprecated
This Chrome extension is **no longer maintained** and has been archived as Coursera rolled out its own download feature.
**🗓️ Archived:** April 8, 2025
**🧭 Last Known Version:** v2.0.0
Coursera HD Video Downloader
![]()
![]()
![]()
## Introduction
Right now, an issue with video downloads of Coursera is that it doesn't allows to download videos in HD. This extension resolves that issue by providing the video download in best quality available.
## Usage
1) Install the extension
2) Click on new `Download in HD` button to open the HD video in browser's local player
3) Ctrl + S
4) It's all yours## Installation
[Chrome Web Store](https://chrome.google.com/webstore/detail/coursera-hd-video-downloa/kpnmpopgchfdpjephjkcgikfjnbpoahf)
[Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/coursera-hd-video-downloader/)
## Development
To run a development server that will watch for file changes and rebuild the scripts, run:
```
yarn start
```To just build the files without the development server:
```
yarn build
```Both commands will create a `dist/` directory, it will contain the built files that should be loaded into the browser or packed.