About

CLI Tool to download subtitles for movies and series. by Tiago Danin.


SubtitlesX

Node Version Downloads Travis

CLI to download subtitles for movies and series.

Installation

Module available through the npm registry. It can be installed using the npm or yarn command line tools.

# NPM
npm install subtitlesx --save
# Or Using Yarn
yarn add subtitlesx

Documentation

CLI

Run subtitlesx --help

API

e.g getSubtitles('/root/movies/', 'Interstellar.mp4', 'en', 'TemporaryUserAgent')

Tests

To run the test suite, first install the dependencies, then run test:

# NPM
npm test
# Or Using Yarn
yarn test

Dependencies

Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.

License

GPL-3.0


JavaScript

3