subdl.com Scrape subtitle
Small project for Download Subtitle From SUBDL
Important : This is not an official project, so there is no guarantee that it will work for a long time.
npm i
const subdl = require('subdl_api')
const search_movies = subdl.search(query) .then(data =>{ ..... })
const Subtitles = subdl.subtitle(url) .then(data =>{ ..... })
const Downloadandextract = subdl.extrDatae(url) .then(data =>{ ..... })