Skip to content

Files

Latest commit

 

History

History

Images From Webpage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Download Images From Webpage

forthebadge forthebadge forthebadge forthebadge

The python script gets all the images from the webpage

What the program does?

  • Takes single URL as input at the same time
  • Gets all the images
  • Downloads the file(s) in the directory the script runs

Requirements

Python3.6+

pip install -r requirements.txt

Usage

get_links.py [-h] -u URL

Download Images From Webpage

optional arguments:
  -h, --help  show this help message and exit
  -u URL      URL to extract links from

Contribution

Any kind of contributions are welcome

  1. Fork the project
  2. Commit your changes
  3. Open a pull request