scotow / zippyst

Zippyshare direct link extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zippyst

crates.io Documentation Test

Extract direct download link from a zippyshare.com page.

⚠️ Following Zippyshare's March 19, 2023 announcement of closing their services, this project will not receive any new development and has been archived. ⚠️

Usage

USAGE:
    zippyst LINK...

Examples

The links bellow were used to demonstrate the usage of the command. They may have expired.

$ cargo run 'https://www3.zippyshare.com/v/CDCi2wVT/file.html'
https://www3.zippyshare.com/d/CDCi2wVT/43392/Gillette%20%2c%20the%20best%20a%20man%20can%20get.wav

$ cargo run 'https://www20.zippyshare.com/v/oRFjDgWy/file.html' 'https://www20.zippyshare.com/v/GTU4Fiku/file.html' 'https://www20.zippyshare.com/v/QW589nBO/file.html'
https://www20.zippyshare.com/d/oRFjDgWy/40318/dev-v2.0.json
https://www20.zippyshare.com/d/GTU4Fiku/36115/run.js
https://www20.zippyshare.com/d/QW589nBO/26959/Gillette%20%2c%20the%20best%20a%20man%20can%20get.wav.download.zip

$ xargs -a links.txt zippyst
https://www20.zippyshare.com/d/oRFjDgWy/40318/dev-v2.0.json
https://www20.zippyshare.com/d/GTU4Fiku/36115/run.js
https://www20.zippyshare.com/d/QW589nBO/26959/Gillette%20%2c%20the%20best%20a%20man%20can%20get.wav.download.zip

Algorithm changes

If you find any link that may not work with this project, please open an issue to let me know, so I might try to support the new algorithm.

Disclaimer

This project uses and may run script that are downloaded from the download page. Use it at your own risk.

About

Zippyshare direct link extractor

License:MIT License


Languages

Language:Rust 100.0%