/YandexDown

Tiny Tool to download a Small and Large Yandex Disk Files by CLI

Primary LanguagePython

Yandex Disk Downloader Tool

The Yandex Disk Downloader Tool is a simple Python script that allows users to download files from Yandex Disk easily. With this tool, users can download both small and large files from Yandex Disk with ease. The tool takes in a Yandex Disk file link and a download location, and then downloads the specified file to the designated location.

Installation

Installation Requirement

  pip install requests

Usage/Examples

To use the tool, follow these steps:

  1. Run the following command in your terminal:
python3 YandexCLI.py -l <yandex_link> -d <download_location>

  1. Replace <yandex_link> with the link to the file you want to download from Yandex Disk, and <download_location> with the directory where you want to save the downloaded file.

  2. Press Enter and wait for the download to complete.