Skip to content

It download all images from a single URL Or recursively download all images from all links in the URL

License

Notifications You must be signed in to change notification settings

nielstron/Recursive-Image-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive-Image-Downloader

Downloads all images from a single URL Or recursively downloads all images from all links in the URL. It follows links recursively up to the level specified.

Make sure you installed Python3. Yes that's right, no additional dependencies. Windows compatible (No guarantees whatsoever). Modify the variables in Recursive_Image_Downloader.py to change the behaviour.

  • ROOT_URL Starting/Root URL
  • MAX_RECURSION_LEVEL Depth of traversal of the URL (10 by default, 0 means only the given domain is parsed)
  • ONLY_SAME_DOMAIN True(By default) if all the image url will be from same domain as that of entered URL
    False if all the links will be incuded irrespective of the domain

Stores all results in the folder files.

About

It download all images from a single URL Or recursively download all images from all links in the URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%