Generator Zippyshare Links
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.