New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

subpack

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subpack

Subpack is a tool for downloading subtitles fast and easy

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

Subpack: a tool for downloading subtitles fast and easy

Installation

Node.js is required

If you have node.js installed run on terminal

sudo npm install subpack -g

Usage

Basic usage: subpack or subpack <args>

These are common arguments you can fetch subpack
  • Specify file options:

    Important: By default subpack will look in the current folder for all the video files and ignore all the sub folders.

    • if you want only one file

      -f [FILE] or --file [FILE]

      e.g: subpack -f moviefile.mkv
      e.g: subpack --file /moviefolder/moviefile.mkv

    • if you want subpack to look in the current folder and the subfolders use the flag

      -R or --recursive

      e.g: subpack -R

  • Specify subtitle language (default language is English):

    Important: subpack accepts a specific language code. Run subpack --langcode to see available languages and their codes

    -l [LANGUAGE-CODE] or --lang [LANGUAGE-CODE]

    e.g: subpack -l el
    e.g: subpack -R -l el
    e.g: subpack --file moviefile.mkv --lang el

FAQs

Package last updated on 07 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts