This commit is contained in:
2026-05-02 10:14:09 +02:00
parent 58969880a9
commit c188426663
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ apt-get -y update
apt-get -y upgrade
cp /music/archive.dat /download
./yt-dlp -U
./yt-dlp -P "/download" --download-archive "/download/archive.dat" --sleep-interval 5 -x -o ${FILE_NAME_FORMAT} --add-metadata --embed-thumbnail --embed-chapters ${PLAYLIST_URL} 2> /error/error.log
./yt-dlp -P "/download" --download-archive "/download/archive.dat" --sleep-interval 5 -x -o ${FILE_NAME_FORMAT} --add-metadata --embed-thumbnail --embed-chapters ${PLAYLIST_URL}
cp /download/* /music