Gallery-DL in Termux – Download Images from Websites

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 -y

Install Python.

pkg install python -y

Install Gallery-DL.

pip install gallery-dl

Install and update the required dependencies.

pip install -U requests urllib3 six

Check the installed version.

gallery-dl --version

Gallery-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 -h

Download images from a supported website URL.

gallery-dl https://example.com/gallery

Download images to a specific directory.

gallery-dl -D downloads https://example.com/gallery

List all supported websites and extractors.

gallery-dl --list-extractors

Show image URLs without downloading files.

gallery-dl -g https://example.com/gallery

Simulate the download process without downloading anything.

gallery-dl -s https://example.com/gallery

Download URLs from a text file.

gallery-dl -i urls.txt

Save image metadata as JSON files.

gallery-dl --write-metadata https://example.com/gallery

Use cookies from a file for authenticated downloads.

gallery-dl --cookies cookies.txt https://example.com/gallery

Limit the download speed.

gallery-dl -r 500k https://example.com/gallery

Download files larger than a specific size.

gallery-dl --filesize-min 1M https://example.com/gallery

Store downloaded files in a ZIP archive.

gallery-dl --zip https://example.com/gallery

Choose 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.

SHARE THIS POST: