Skip to content

malimba/ImageDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Image of ImageDownloader Logo

ImageDownloader

Python ImageDownloader: This program downloads images, possibly videos and music from sites when set stream=True pasre main(url, path-to-save) to file endline python3 main.py.

...
def main(url, path):
    #get all images
    imgs = get_all_images(url)
    for img in imgs:
        download(img, path)
main('https://xmenmovies.fandom.com/wiki/Deadpool/Gallery', '/home')
  • Run code in terminal:
python3 main.py

Screenshots:

Screenshots of terminal output

Written by @druzgeorge

About

ImageDownloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages