Gallery-DL is a powerful media downloading tool that can download images, galleries, and other media files from many websites. It provides a simple command-line interface that makes downloading online content easy. You can install Gallery-DL in Termux and use it on Android to download images and galleries directly from supported websites using simple commands.
Here’s what you can do with Gallery-DL in Termux:
- Download images from supported websites.
- Download complete image galleries.
- Save media files directly to your device.
- Download content using URLs.
- Export image metadata.
- Organize downloads automatically.
Install Gallery-DL in Termux
Below are the simple commands to install Gallery-DL in Termux. Copy and run each command one by one to install the tool.
Update Termux packages.
pkg update && pkg upgrade -yInstall Python.
pkg install python -yInstall Gallery-DL.
pip install gallery-dlInstall and update the required dependencies.
pip install -U requests urllib3 sixCheck the installed version.
gallery-dl --versionGallery-DL is now installed and ready to use.
Usage Commands
After installing Gallery-DL in Termux, you can use different commands to download images, galleries, and other media files from supported websites. Below are some useful commands that help perform different downloading and extraction tasks directly from the Termux terminal.
Display the Gallery-DL help menu and available options.
gallery-dl -hDownload images from a supported website URL.
gallery-dl https://example.com/galleryDownload images to a specific directory.
gallery-dl -D downloads https://example.com/galleryList all supported websites and extractors.
gallery-dl --list-extractorsShow image URLs without downloading files.
gallery-dl -g https://example.com/gallerySimulate the download process without downloading anything.
gallery-dl -s https://example.com/galleryDownload URLs from a text file.
gallery-dl -i urls.txtSave image metadata as JSON files.
gallery-dl --write-metadata https://example.com/galleryUse cookies from a file for authenticated downloads.
gallery-dl --cookies cookies.txt https://example.com/galleryLimit the download speed.
gallery-dl -r 500k https://example.com/galleryDownload files larger than a specific size.
gallery-dl --filesize-min 1M https://example.com/galleryStore downloaded files in a ZIP archive.
gallery-dl --zip https://example.com/galleryChoose the command you want and Gallery-DL will automatically extract and download available images from the provided URL directly inside the Termux terminal.
End Note
Gallery-DL makes it easy to download images, galleries, and media files directly from supported websites using the Termux terminal. After installation, you can use simple commands to save online content to your Android device and manage your downloads efficiently from a command-line environment.
