subdownloader alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view subdownloader alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting. -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of subdownloader or a related project?
README
subdownloader
Painless subtitle downloader
Downloading subtitle for one or more files is just a command away. It can get any better then this.
Installation
npm install -g subdownloader
How to use
- Navigate to the folder in which you have the file for which you want to download subtitles through command prompt.
- Execute
subdownload
command and let all the magic happens. sd
is a shorthand command. You can usesd
instead ofsubdownload
Options
- To 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.
API
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]}
});
Demo
Note : This module uses SubDB to download subtitles.
License
MIT © Chintan Radia
*Note that all licence references and agreements mentioned in the subdownloader README section above
are relevant to that project's source code only.