CLI Tool to download subtitles for movies and series. by Tiago Danin.
CLI to download subtitles for movies and series.
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
Run subtitlesx --help
getSubtitles(dir, name, langId, userAgent)
e.g getSubtitles('/root/movies/', 'Interstellar.mp4', 'en', 'TemporaryUserAgent')
To run the test suite, first install the dependencies, then run test
:
# NPM
npm test
# Or Using Yarn
yarn test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.
JavaScript
3