Download web list and delete web list

sebastiantsiwt's icon

Hi everyone.

Yesterday I spent the day making a nice visualization for some data I am gathering and today I noticed that the website Changes the url of the image I was analyzing every day!

notice the last digit before the _4km.png

the problem is that I was using the method
Msg - download ftp://sidads.colorado.edu/DATASETS/NOAA/G02186/png/masie_all_r00_v01_2013289_4km.png

+
MSg - Read
Location of file/ file.png

I need to be able to feed the download an read msgs a list of website name to download and read. and I need to activate each list within each 24 hours.

And if that is not enough I would also need a delete msg list that deletes the
the old pngs as the days progress

Please help me with this.
!!

thanks

vichug's icon

use [regexp] for incrementing the digits (but i moderately understood : do you want the updated image of each day ?)

metamax's icon

[ftp://sidads.colorado.edu/DATASETS/NOAA/G02186/png/masie_all_r00_v01_]
  |
  |                               [number]
  |                                 |
[sprintf %s%i _4km.png]