You could kill processes directly from cron, depends what you're downloading with. For example, wget is pretty good for resuming things, so you could just put a 'killall wget' in your crontab for 6am and run it with the -c option (for continuing) the next day.