This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Author: Mike Herwig | |
# Description: Script for downloading all images posted on a soup (soup.io) | |
#where to download from | |
HOST="suckup.soup.io" | |
#this is the regex for matching the images, you might want to update it when soup.io changes their urls | |
# 2017-02-14: Updated regex to catch new and old URLs |