Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zippyshare

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zippyshare

  • 1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status Gem

Zippy

This is a straightfoward script to download files from Zippyshare. It takes the direct download link then delegates the download to wget, a small tool which manages downloads better than any other.

Installation

$ gem install zippyshare

Usage

Commands:
  zippy batch <file> <simultaneous>  # Parse each line of <FILE>
  zippy download <url>               # Download single <URL>
  zippy help [COMMAND]               # Describe available commands or one specific command

Examples

# Download a single file.
zippy download 'http://www35.zippyshare.com/v/lUtTQ7im/file.html'

# Loop through each line of <links.txt>, two simultaneous downloads.
zippy batch 'links.txt' 2

FAQ

Is resume supported?

Yes.

Why wget?

Wget is always present on nearly every Linux distribuition. It's a simple tool that does its job.

How to use X instead wget?

Pull requests are welcome, maybe.

require 'zippy/parser'

link = Zippy::Parser.parse("http://www35.zippyshare.com/v/lUtTQ7im/file.html")

# do something with interesting...

Contributing

Bug reports and pull requests are welcome.

Don't forget to run:

  1. rubocop -a to fix offenses.
  2. rake spec to run the tests.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 22 Jan 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc