https://github.com/pratheeshrussell/edx-video-downloader
A node app created for personal purpose
https://github.com/pratheeshrussell/edx-video-downloader
Last synced: 3 months ago
JSON representation
A node app created for personal purpose
- Host: GitHub
- URL: https://github.com/pratheeshrussell/edx-video-downloader
- Owner: pratheeshrussell
- Created: 2022-04-04T18:37:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T05:54:20.000Z (over 1 year ago)
- Last Synced: 2025-01-10T04:14:27.862Z (5 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDX Video Downloader
I made this downloader to download a course for personal use. I didn't build it as a general purpose app, however it might help you to download course content.## Steps to Run the program
* Run, `npm install`
* Edit index.ts and add your userEmail, password and also the courseId that you wish to download (you can download only enrolled courses)
* run, `npm run build` to generate the js files in the build folder
* finally run, `node '.\build\index.js'`
* files will be downloaded the *downloaded* folder