I was hoping to find out if it is possible to use a cron job to download a file from a website and store it locally at a certain time. (I barely know what a cron job is.)
The reason that I can't link to these files directly is because the links are in the format of http://xxx.com/xxx/xxx with no file extension and because the file name constantly changes every time it is downloaded. I will need to specify the download name and have it overwrite the previous file.
I pieced this together from looking at multiple sources, but it did not work (the 'x's in the cron time represent the test times I used):
I saw that there was a Kodi app called Cron for Kodi but I am unsure if 1. my cron is even correct or 2. if I should use this app or something other method. Any help appreciated.