Download file from zippyshare directly from python
Project description
zippyshare-downloader
Download file from zippyshare directly from python
Simple usage:
from zippyshare_downloader import Zippyshare
z = Zippyshare()
z.download('give zippyshare url here')
extract info usage:
from zippyshare_downloader import Zippyshare
z = Zippyshare()
info = z.extract_info('give zippyshare url here')
print(info)
# {'name_file': ..., 'size': ..., 'date_upload': ....}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.