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 Requirement
pip install requests
To use the tool, follow these steps:
- Run the following command in your terminal:
python3 YandexCLI.py -l <yandex_link> -d <download_location>
-
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.
-
Press Enter and wait for the download to complete.