Skip to content

Commit

Permalink
update cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu authored and Ubuntu committed May 3, 2024
1 parent a89c0a7 commit 11e6c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crontab
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH=/home/azureuser/.local/bin
0 6 * * 5 azureuser spotify_to_ytmusic create https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M -n "New EDM This Week" -i "Weekly r/EDM new release roundup. Created with github.com/sigma67/spotify_to_ytmusic" -d -p >> log_youtube.txt 2>&1
0 14,20 * * 5 azureuser spotify_to_ytmusic update https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M "New EDM This Week $(date +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1'
0 20 * * 6 azureuser spotify_to_ytmusic update https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M "New EDM This Week $(date -d 'yesterday' +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1
0 8,20 * * 6 azureuser spotify_to_ytmusic update https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M "New EDM This Week $(date -d 'yesterday' +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1
0 14 * * 5 azureuser spotify_to_ytmusic top "r/EDM top submissions" -c "YouTube Music - r/EDM top submissions" -i "Top submissions to r/EDM in one convenient playlist. Created with github.com/sigma67/spotify_to_ytmusic" -d -p >> log_youtube.txt 2>&1
0 6 * * 6 azureuser spotify_to_ytmusic top "r/EDM top submissions $(date -d 'yesterday' +'\%m/\%d/\%Y')" -u >> log_youtube.txt 2>&1
0 6 * * 6 azureuser spotify_to_ytmusic top -u "r/EDM top submissions $(date -d 'yesterday' +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1
5 6-22/2 * * 5 azureuser spotify_to_ytmusic reddit >> log.txt 2>&1
0 6,18 * * 6,7 azureuser spotify_to_ytmusic reddit >> log.txt 2>&1
0 6,18 * * 6,7 azureuser spotify_to_ytmusic reddit >> log.txt 2>&1

0 comments on commit 11e6c29

Please sign in to comment.