Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
cronjob to update youtube-dl not working #4204
Comments
|
While this code looks correct, without any further information it is impossible to find the issue. Also, I am not sure that your question is about youtube-dl in the first place; if you cannot get anything to run with a cronjob, you should contact the support of the cron team. For one, try writing a logfile. Do you see any output in there? If so, what does it say? |
|
You can close this thread....cron is running fine |
I am trying to create a cron to update youtube-dl automatically but its not working...
*/15 * * * * youtube-dl -U >/dev/null 2>&1Any idea how to fix
Regards