Is there perhaps a way to make a PHP script that downloads images that are sequentially named? For example:
https://example.com/picture/1.jpg
to https://example.com/picture/100.jpg
meaning downloading images named 1.jpg that count up to 100.jpg in sequential order and save it onto my computer?