update example service

This commit is contained in:
Cyberes 2023-01-21 18:27:01 -07:00
parent 6929e36c57
commit 4327221e30
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
`/home/user/youtubedl-daemon.sh`
```bash
#!/bin/bash
/usr/bin/python3 /home/user/automated-youtube-dl/downloader.py --daemon --sleep 60 "https://www.youtube.com/playlist?list=example12345" "/mnt/nfs/archive/YouTube/Example Playlist/"
/usr/bin/python3 /home/user/automated-youtube-dl/downloader.py --daemon --silence-errors --sleep 60 "https://www.youtube.com/playlist?list=example12345" "/mnt/nfs/archive/YouTube/Example Playlist/"
```