JavSensei / pcloud-dl

PCloud python downloader from public link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pcloud-dl

last release

pcloud-dl is a Python package that allows you to download public files from pCloud using their public link or code.

Installation

You can install pcloud-dl using pip:

pip install pcloud-dl

Usage

To download a file, simply run:

pcloud-dl <link/code>

where <link/code> is the public link or code of the file you want to download.

The downloaded file will be saved in the current directory with the same name as the original file.

Example

To download a file with the public link https://u.pcloud.link/publink/show?code=XZtTpwVZnMvzSRIY2vhs6zCQgfHtI8Oya3YV, run:

pcloud-dl https://u.pcloud.link/publink/show?code=XZtTpwVZnMvzSRIY2vhs6zCQgfHtI8Oya3YV

This will download the file to your current directory with the same name as the original file.

License

pcloud-dl is licensed under the MIT License. See LICENSE for more information.

About

PCloud python downloader from public link

License:MIT License


Languages

Language:Python 100.0%