Skip to main content

Download file from zippyshare directly with python

Project description

zippyshare-downloader

Download file from zippyshare directly from python

Minimum Python version

3.5.x

Installation

Python Packages Index (PyPI)

pip install zippyshare-downloader

From the source

Clone the repository

git clone https://github.com/mansuf/zippyshare-downloader.git
cd zippyshare-downloader

And then run setup.py

python setup.py install

Simple Usage

Command Line Interface (CLI)

Read here for more informations

zippyshare-dl "insert zippyshare url here"

# or

zippyshare-downloader "insert zippyshare url here"

# Use this if `zippyshare-dl` and `zippyshare-downloader` didn't work

python -m zippyshare_downloader "insert zippyshare url here"

Embedding (API)

Use zippyshare-downloader in your python script

Read here for more informations

from zippyshare_downloader import extract_info, extract_info_coro

# by default, parameter download is True
file = extract_info('insert zippyshare url here', download=True)

print(file)

# Output: <Zippyshare File name="..." size="...">

# async version
async def get_info():
    file = await extract_info_coro('insert zippyshare url here', download=True)
    print(file)

FAQ

Q: I always getting NameError: The use of "bla bla" is not allowed, what should i do ?
A: Zippyshare always change their code, Please update to last version, if your zippyshare-downloader is latest version, then open a issue here

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-downloader-0.1.2.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

zippyshare_downloader-0.1.2-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file zippyshare-downloader-0.1.2.tar.gz.

File metadata

  • Download URL: zippyshare-downloader-0.1.2.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for zippyshare-downloader-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4db1b03b60d2db409f2c8179d95f9834ebe1781a9600ddf4736e7850f963fc3b
MD5 496abb519d876e45450a10b6db54b5b9
BLAKE2b-256 af725c86462b1645d130f993d6ea470bba645ca4b06b69960cf6a5e6f55316bc

See more details on using hashes here.

Provenance

File details

Details for the file zippyshare_downloader-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: zippyshare_downloader-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for zippyshare_downloader-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 68363d9e7ecf2a5324c1a654645b065a686b2110af773dc5b6db2ca3be32d8fa
MD5 9fc970a035f1be3d4ce78f0f739c77f2
BLAKE2b-256 4d8d68d6f88e653b2d2f5239051c0aa80c0d5bd7fd56a7c86a620a21f70bd746

See more details on using hashes here.

Provenance

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