iamantony / image_downloader

Python script for downloading all images from a parsed text file's urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

image_downloader

Multi-thread image downloader.

Python app for parsing a text file for urls, then downloading all images from those urls.

Usage

$ image_downloader PATH_TO_FILE FOLDER_FOR_IMAGES
  • PATH_TO_FILE - absolute path to the txt-file with URLs
  • FOLDER_FOR_IMAGES - absolute path to folder where downloaded images should be saved. Folder will be created if it's not exist.

Examples

$ python image_downloader.py /home/my_user_name/urls.txt /home/my_user_name/folder_for_images

About

Python script for downloading all images from a parsed text file's urls


Languages

Language:Python 100.0%