This is a fork of @SecFathy's Yandex Disk Downloader Tool. It 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- 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.
- Run the following command in your terminal:
python3 YandexCLI.py -l <yandex_disk_link> -d <download_location> -f <folder_path>-
Replace
<yandex_link>with the link to the file you want to download from Yandex Disk, including<download_location>with the directory where you want to save the downloaded file and-f <folder_path>with the path of folder that you want to download ex:"/<folder_name>". -
Press Enter and wait for the download to complete.