zippyst

Crates.iozippyst
lib.rszippyst
version5.0.0
sourcesrc
created_at2021-12-23 16:58:59.564284
updated_at2023-02-28 19:36:19.162631
descriptionResolve zippyshare.com download links
homepagehttps://github.com/scotow/zippyst
repositoryhttps://github.com/scotow/zippyst
max_upload_size
id502309
size508,046
Lopez Benjamin (scotow)

documentation

README

zippyst

crates.io Documentation Test

Extract direct download link from a zippyshare.com page.

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.

Commit count: 40

cargo fmt