File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ scdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --sync archive.txt
3939# Download your likes (with authentification token)
4040scdl me -f
4141
42- # Download your likes and tracks, generate playlist files
43- scdl me -f -t --playlist-file
42+ # Download your likes and tracks, generate playlist files and use the cache for speedup
43+ scdl me -f -t --playlist-file --playlist-file-cache
4444```
4545
4646## Options:
@@ -94,6 +94,7 @@ scdl me -f -t --playlist-file
9494--playlist-file-retain Retain corrupted items
9595--playlist-file-name Specify playlist file name without extension
9696--playlist-file-extension Specify extension to playlist file
97+ --playlist-file-cache Skip updates for present files
9798```
9899
99100
You can’t perform that action at this time.
0 commit comments