Generator Links
Installing
Install and update using pip:
$ pip install zippyshare
zippyshare supports Python 2 and newer.
Example
What does it look like? Here is an example of a simple generate link:
$ 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
>>> 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’
$ 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
License: BSD
Issue tracker: https://bitbucket.org/licface/zippyshare/issues
Release files for zippyshare-generator 0.29
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zippyshare_generator-0.29.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zippyshare_generator-0.29-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 18.6 kB