Giter Site home page Giter Site logo

zippy-download's Introduction

zippy-download

Input any number of zippy share links and run zippy-download.py. Direct download links to the files will be created. No need to manually open and click "Download Now" in zippy links.

How to run

1. Download this repository

$ git clone https://github.com/ratherlongname/zippy-download.git

2. Put zippy links into input.txt

Put one link per line. If you have a .dlc container, use dcrypt.it to get all the links inside it.

3. Run zippy-download.py

$ python3 zippy-download.py

Give it some time. It might seem like it's not working, but it is.

4. Download files

All direct download links are generated in urls.txt. There are many ways to download these files:

  • Click on each link to download using your browser or default download manager
  • Download using Xtreme Download Manager which is pretty amazing at accelerating downloads
  • Use wget to download all files sequentially
    $ wget -i urls.txt
    
  • Use wget and parallel to download all files in parallel
    $ sudo apt install parallel -y
    $ cat urls.txt | parallel --gnu "wget {}"
    

Issues

Please open an issue here if the script is not working.

TODO

  • Progress bar
  • Print count of links extracted successfully/ unsuccessfully
  • Print why link failed (file expired/ incorrect zippy link/ zippy formula fail etc)

zippy-download's People

Contributors

shivambl avatar

Stargazers

 avatar

Watchers

 avatar

zippy-download's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.