/DEN_Downloader2

The simplest video downloader for USC DEN

Primary LanguagePythonMIT LicenseMIT

DEN_Downloader2

The simplest video downloader for USC DEN.

  • Input: .m3u8 URL (copied from DEN)
  • Output: .mp4 video file

Prerequisites

  • Python
  • FFmpeg (e.g. brew install ffmpeg)

Usage

  1. Log in to DEN, and open the page of your lecture video
  2. Under the video, right click Android/IOS, then select Copy Link Address
  3. Download den.py to a local directory
  4. Open a Terminal, cd to your directory, then run python den.py [LINK_ADDRESS]
  5. Wait and be patient :-)

Recommended Follow-ups:

Acknowledgements