1
0
Fork 0
mirror of https://github.com/fiso64/slsk-batchdl.git synced 2024-12-22 06:22:41 +00:00

Update README.md

This commit is contained in:
fiso64 2024-10-21 08:56:04 +02:00 committed by GitHub
parent ae15c22f07
commit 518ff1781a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -546,8 +546,8 @@ sldl "artist=MC MENTAL" -a -g -t
#### Advanced example: Automatic wishlist downloader
Create a file named `wishlist.txt`, and add some items as detailed in [Input types: List](#list):
```bash
echo "Artist - My Favorite Song" >> wishlist.txt
echo a:"Artist - Some Album, album-track-count=5" "format=flac" >> wishlist.txt
"Artist - My Favorite Song"
a:"Artist - Some Album, album-track-count=5" "format=flac"
```
Add a profile to your `sldl.conf`:
```