
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A JavaScript library which fetches subtitles for tv shows episodes from Beta Series API.
This library works weel with Medoc.
{show} - {season}x{episode}.{format});$ npm install yquem
const Yquem = require("yquem")
const yquem = new Yquem(`d:`)
yquem
.run()
.then(results => {
console.log(results)
})
.catch(err => {
console.error(err)
})
Look for recent files from the specified directory, try to grab subtitles from filename, returns a Promise when done.
Return a list of recent files from the specified directory.
path <string> Directory to scan.fileAge <string> | <number> Number of days to consider a file to be recent.Check if a subtitle file exist next to the episode file specified.
file <string> Complete path of a episode fileoptions <object> :
languages <string | array> List of languages to look for, default: enSearch a subtitle onn Beta Series and download it next to the episode file specified.
file <string> Complete path of a episode fileoptions <object> :
languages <string | array> List of languages to look for, default: enDownload file from a given url.
url <string> URL as a string.Get the list of subtitles found on Beta Series for an episode.
show <object> :
name <string> Name of the showseason <string> | <number> Season numberepisode <string> | <number> Episode numberExtract show name from filename.
filename <string> Episode filename, format : Krypton - 1x01.Extract season number and episode number from filename.
filename <string> Episode filename, format : Smallville - 6x08.Get the show object from Beta Series API.
name <string> Show name.Get the episode object from Beta Series API.
id <string | number> Show identifier.episode <string> Episode description, format : S01E01.Write a new file to destinationPath.
data <buffer> Date of the new file.destinationPath <string> Complete path of the new file.Return the formatted episode name, ie : Final Space - 2x03.
name <string> Name of the showseason <string> | <number> Season numberepisode <string> | <number> Episode numberFAQs
Fetches subtitles for tv shows episodes from Beta Series.
We found that yquem 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.