Skip to main content

Generator Zippyshare Links

Project description

zippyshare_generator

Generator Links

Installing

Install and update using pip_:

.. code-block:: text

$ pip install zippyshare

zippyshare supports Python 2 and newer.

.. _pip: https://pip.pypa.io/en/stable/quickstart/

Example

What does it look like? Here is an example of a simple generate link:

.. code-block:: batch

$ zippyshare.py -d /root/Downloads "https://www110.zippyshare.com/v/0CtTucxG/file.html" -n "myMovies.mp4"

And it will download automaticaly with "Internet Download Manager (IDM) for Windows or build in download manager

You can use on python interpreter

.. code-block:: python

>>> from zippyshare import zippyshare
>>> generator = zippyshare()
>>> url_download = generator.generate("https://www110.zippyshare.com/v/0CtTucxG/file.html")
>>> generator.download(url_download, ".", "myMovies.mp4", False)
>>> #it will download it automatically

For more options use '-h' or '--help'

.. code-block:: python

$ zippyshare.py --help

or

$ zippyshare --help

Support

  • Download With 'wget' (linux/windows) or 'Internet Download Manager (IDM) (Windows) (pip install idm)'
  • Python 2.7 + (only)
  • Windows, Linux

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zippyshare_generator-0.24.win-amd64.tar.gz (83.3 kB view hashes)

Uploaded Source

Built Distribution

zippyshare_generator-0.24-py2.py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page