I'd suggest the following:
Write a (ba)sh script that checks if you got a internet connection (e.g. by pinging 8.8.8.8 (google-dns )
if yes:
execute cmd-commands to downloads the newspapers (ebook-convert --recipies)
if no:
sleep for 1 hour and try again
call this whole script by cron
Rai
|