Skip to content

Instantly share code, notes, and snippets.

@dyigitpolat
Created November 18, 2021 09:53
Show Gist options
  • Select an option

  • Save dyigitpolat/ea6ffb96eca969bc8af919ae2ba53ec8 to your computer and use it in GitHub Desktop.

Select an option

Save dyigitpolat/ea6ffb96eca969bc8af919ae2ba53ec8 to your computer and use it in GitHub Desktop.
download images from imgur urls.
from imgur_downloader import ImgurDownloader
list = \
['https://i.imgur.com/TQVJygN.jpeg']
for str in list:
ImgurDownloader(
str, delete_dne=True, debug=True
).save_images()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment