The CLI tool to download the streaming video/audio of the Open University of Japan.
You need to build ffmpeg with libass.
macOS:
$ brew install ffmpeg --with-libass
and install this package.
$ npm install -g ouj-downloader
The interactive mode starts without arguments.
$ ouj-downloader
There are several commands and options.
$ ouj-downloader --help
Usage: ouj-downloader [options] [command]
Options:
-v, --version output the version number
-h, --help output usage information
Commands:
login update login information.
update update APIs.
reset reset login information and APIs.
- 0.1.3
- bugfix: fix scrolling through the chapter selection.
- 0.1.2
- Remove console.time
- 0.1.1
- Fix exception handling to image subtitles
- 0.1.0
- The first proper release
- 0.0.1
- Work in progress
GPL-3.0