The simplest video downloader for USC DEN.
- Input:
.m3u8
URL (copied from DEN) - Output:
.mp4
video file
- Python
- FFmpeg (e.g.
brew install ffmpeg
)
- Log in to DEN, and open the page of your lecture video
- Under the video, right click
Android/IOS
, then selectCopy Link Address
- Download
den.py
to a local directory - Open a Terminal,
cd
to your directory, then runpython den.py [LINK_ADDRESS]
- Wait and be patient :-)