(hopefully) update from youtube_dl to yt_dlp
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Aethor
2024-02-24 15:49:56 +01:00
parent 548302a006
commit 2c5b7765a0
2 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
while true; do
pip3 install -U youtube_dl
pip3 install -U yt-dlp
runuser -l zambla -c '/opt/yt_sync.py' || true
sleep 12h
sleep 6h
done