Skip to content

flyingbearmt/usc-den-video-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usc-den-video-downloader

An easy tool to download usc den video using just one right click. Using tampermonkey and node.js

Download USC DEN lecture videos beyond limitations.

  • output is mp4 other than .ts file format, you can watch the video using any player you want
  • No limitation of playing speed. Speed up and Speed down as much as you want
  • Output filename sorted and formated as COURSE_YYYYMMDD.mp4
  • No expiration dates.
  • No DEN Player needed.
  • No anything but the lecture videos.

Pre-requisites

  • macOS/Linux (tested OK on macOS 10.11/10.12 and Ubuntu 14.04)
  • Windows
  • web broswer like chrome or firefox, can add tampermonkey extension

Installation

Install tamperponkey

  • Using the extension or add-on shop to install the tampermonkey tamper_image
  • Create a new script and then add the content of tampermonkeyScript.js to it.

Install nodejs

  • install nodejs and npm
  • install expressjs using following instruction:
    npm install express
    
  • install fluent-ffmpeg using following instruction:
    npm install fluent-ffmpeg
    

Usage

  • First, changing the store directory location of your video in line 38 of app.js
  • Using terminal cd to the location of your app.js , run node app.js start_image
  • Log into USC DEN.
  • Open any lecture video.
  • Click the right button and then choose tampermonkey , and then choose the js as the image shows usage_image
  • Downloading process will be automatically started. After it finished, it will show alert like this: finish_image

Change Storage Location

You can chage the lecture video to anywhere you want, just chagne line 36 of app.js location

PS: Using relative or absolute route as you like

Acknowledgements

This script is only for convenience of downloading lecture videos only. The author is not responsible for the use and its subsequence.

License: MIT License

About

A easy tool to download usc den video using just one right click. Using tampermonkey and node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published