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
Python3.6+
pip install -r requirements.txt
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
Any kind of contributions are welcome
- Fork the project
- Commit your changes
- Open a pull request