Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faressoft/subtitle-fetch
Download a subtitle from Subscene, extract the zip file, convert to UTF-8, rename the subtitle file to match the movie in the current directory
https://github.com/faressoft/subtitle-fetch
Last synced: 11 days ago
JSON representation
Download a subtitle from Subscene, extract the zip file, convert to UTF-8, rename the subtitle file to match the movie in the current directory
- Host: GitHub
- URL: https://github.com/faressoft/subtitle-fetch
- Owner: faressoft
- License: mit
- Created: 2018-02-16T20:26:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T07:02:47.000Z (over 6 years ago)
- Last Synced: 2024-10-10T23:41:13.209Z (29 days ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SubtitleFetch
[![npm](https://img.shields.io/npm/v/subtitle-fetch.svg)](https://www.npmjs.com/package/subtitle-fetch)
[![npm](https://img.shields.io/npm/l/subtitle-fetch.svg)](https://github.com/faressoft/subtitle-fetch/blob/master/LICENSE)![Demo](/demo.gif?raw=true)
# About
It is a tool to help you to download subtitles from [Subscene](https://subscene.com).
* Auto recognize the movie name from the video file.
* Searches for the movie and get a list of results to choose from.
* Lists the subtitles to choose from including:
* Rating(gray, green, red).
* Title.
* Author.
* Downloads the choosed subtitle.
* Extracts the subtitle file.
* Converts into `UTF8`.
* Saves the subtitle to a file with a matching name with the video.# Installation
```
npm install -g subtitle-fetch
```# Usage
Go to the directory that has the movie file then run the tool:
```
subtitleFetch
```or the another alias
```
subf
```# License
This project is under the MIT license.