From e4d653067eeadc8f6373dfce1ce1edd1a765f9ed Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 16 May 2018 09:43:19 -0400 Subject: [PATCH] add/update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9ee390a..be2b461 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,3 @@ Running the sync command for a channel that was already started will resume the content that was put on Youtube since the last sync. --- - -Add this to cron to delete synced videos that have been published: - -`*/10 * * * * (/bin/ls /tmp/ | /bin/grep -q ytsync && /usr/bin/find /tmp/ytsync* -mmin +20 -delete) || true`