
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
sub-downloader
Advanced tools
Painless subtitle downloader
Downloading subtitle for one or more files is just a command away. It can get any better then this.
npm install -g sub-downloader
subdownload command and let all the magic happens.sd is a shorthand command. You can use sd instead of subdownloadTo download subtitles for all the movies in a folder execute.
> subdownload
To download subtitles for single movie execute.
> subdownload --listLangs
To list available languages for subtitle.
> subdownload "Movie Name"
To download subtitles for more then one movie but not all movies in a folder execute.
> subdownload "Movie Name" --lang=fr
To download subtitles of specific language.
> subdownload "Movie 1" "Movie 2" .... "Movie n"
To enable deep download means to download subtitles for files in a folder as well as subfolders.
> subdownload --deep
Use > subdownload --help for listing all the options available.
var subd = require('subdownloader');
//filesArray - is the array of path to the files for which
//you want to download the subtitles
//obj - in return you will return an object having success and failed files array
subd.subdownload(filesArray).then(function(obj){
console.log(obj);
//=> { success: [successfile1,successfile2], failed: [failedfile1]}
});
Note : This module uses SubDB to download subtitles.
MIT © Yoginth
FAQs
Painless subtitles downloader
We found that sub-downloader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.