UNPKG

theelitesubs

Version:

A simple wrapper to download subtitles from the yifysubtitles website.

10 lines (7 loc) 234 B
const yifysubtitles = require('..'); console.log('dirname', __dirname); yifysubtitles('tt1156398', {langs: ['fr', 'en', 'zh'], path: '/tmp'}) .then(res => { console.log('res', res); }) .catch(error => console.log(error));