Skip to content

CLI tool for downloading streaming video of The Open University of Japan

Notifications You must be signed in to change notification settings

jbking/ouj-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OUJ downloader

The CLI tool to download the streaming video/audio of the Open University of Japan.

Installation

You need to build ffmpeg with libass.

macOS:

$ brew install ffmpeg --with-libass

and install this package.

$ npm install -g ouj-downloader

Usage

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.

Release History

  • 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

License

GPL-3.0

About

CLI tool for downloading streaming video of The Open University of Japan

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%