caption-core
Download subtitles from multiple sources.
Supported sources:
🔎 Search by search query
const Caption = require('caption-core');
const ENGLISH = 'eng';
const LIMIT = 10;
Caption.searchByQuery('Mr Robot S02E02', ENGLISH, LIMIT)
.on("fastest", subtitles => {
})
.on("completed", subtitles => {
});
Output:
[
{
name: 'Mr.Robot.S02E02.HDTV.x264-KILLERS.srt',
download: 'http://dl.opensubtitles.org/en/download/src-api/vrf-19c90c5e/sid-NWi9,PbRu-XVfHuV1OQ5jEwcTHd/filead/1955263769',
extention: '',
source: 'opensubtitles',
size: '',
score: 4
},
{
name: 'Mr.Robot.S02E02.eps2.0.unm4sk-pt2.tc.1080p.WEB-DL.DD5.1.H264-NTb.srt',
download:'http://dl.opensubtitles.org/en/download/src-api/vrf-19bc0c59/sid-NWi9,PbRu-XVfHuV1OQ5jEwcTHd/filead/1955264178',
extention: '',
source: 'opensubtitles',
size: '',
score: 4
}
]
🔑 License
MIT © Giel Cobben