Automatic updates
stanwarri opened this issue · 1 comments
stanwarri commented
I'm just wondering how the automatic update of podcast items are done. Can't seem to get it to work
Srikanth-AD commented
As long as cron is setup:
http://laravel.com/docs/5.0/artisan#scheduling-artisan-commands
https://github.com/modestkdr/Podcastwala/blob/master/app/Console/Kernel.php#L24
"updatePodcastItems" command runs twice daily
And the logic for this command is defined here:
https://github.com/modestkdr/Podcastwala/blob/master/app/Console/Commands/UpdatePodcastItems.php#L29
"updatePodcastItems" command is also available as a artisan command