![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
yifysubtitles
Advanced tools
Download and convert subtitles in VTT format for YTS movies
$ npm i yifysubtitles --save
Or using yarn
$ yarn add yifysubtitles
const yifysubtitles = require('yifysubtitles');
yifysubtitles('tt1156398', {path: '/tmp', langs: ['en', 'fr', 'zh']})
.then(res => {
console.log(res);
/*
=>
res [ { lang: 'english',
langShort: 'en',
path: '/tmp/Zombieland.2009.720p.BrRip.x264-YIFY.vtt',
fileName: 'Zombieland.2009.720p.BrRip.x264-YIFY.vtt' },
{ lang: 'french',
langShort: 'fr',
path: '/tmp/Zombieland.2009.720p.BrRip.x264-YIFY.www.subsynchro.com.vtt',
fileName: 'Zombieland.2009.720p.BrRip.x264-YIFY.www.subsynchro.com.vtt' },
{ lang: 'chinese',
langShort: 'zh',
path: '/tmp/Zombieland.720p.BluRay.x264-CROSSBOW.cht.vtt',
fileName: 'Zombieland.720p.BluRay.x264-CROSSBOW.cht.vtt' } ]
*/
})
.catch(err => console.log(err));
Returns an Array
of the downloaded subtitles.
Type: String
Type: Object
Type: Array
Default: ['en']
Array of the langs wanted.
Type: String
Default: __dirname
The path where the subtitles are going to be stored.
Type: String
Default: vtt
The format of subtitles.
Type: number
Default: Infinity
Minimum: 1
Download multiples subtitles concurency.
MIT © Mrdotb
FAQs
A simple wrapper to download subtitles from the yifysubtitles website.
The npm package yifysubtitles receives a total of 0 weekly downloads. As such, yifysubtitles popularity was classified as not popular.
We found that yifysubtitles 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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.