Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
zs-extract
Advanced tools
Zippyshare download data extractor
This module simplifies extracting download info from a Zippyshare link. Instead of parsing their ever-changing JavaScript for the variables to compute the download URL, this module uses Node's VM functionality to safely emulate a browser in a sandboxed environment, making it much more resilient to changes in the obfuscated download link generation code.
import {extract} from 'zs-extract';
console.log(await extract('https://www83.zippyshare.com/v/yakMuCxe/file.html'));
{
download: 'https://www83.zippyshare.com/d/yakMuCxe/12345/jmmb%20avatar.png',
filename: 'jmmb avatar.png'
}
If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.
Copyright (c) 2019-2021 JrMasterModelBuilder
Licensed under the Mozilla Public License, v. 2.0.
If this license does not work for you, feel free to contact me.
FAQs
Zippyshare download data extractor
The npm package zs-extract receives a total of 3,935 weekly downloads. As such, zs-extract popularity was classified as popular.
We found that zs-extract 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.