getsubtitle
Version:
A minimal command line tool to download movie subtitles from [yifysubtitles.com](https://www.yifysubtitles.com/)
26 lines (18 loc) • 520 B
Markdown
# GetSubtitle
A minimal command line tool to download movie subtitles from [yifysubtitles.com](https://www.yifysubtitles.com/)
# Installation
```shell
npm install -g getsubtitle
```
# Usage
1. If you know the [IMDB](https://www.imdb.com/) Id of your movie (https://www.imdb.com/title/tt3707104):
```shell
getsubtitle tt3707104
```
2. If you just know the name of the movie and its release date:
```shell
getsubtitle Mine 2016
getsubtitle "The Secret Life of Pets" 2019
```
# License
MIT