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
39
39
# Download your likes (with authentification token)
40
40
scdl me -f
41
41
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
44
44
```
45
45
46
46
## Options:
@@ -94,6 +94,7 @@ scdl me -f -t --playlist-file
94
94
--playlist-file-retain Retain corrupted items
95
95
--playlist-file-name Specify playlist file name without extension
96
96
--playlist-file-extension Specify extension to playlist file
97
+ --playlist-file-cache Skip updates for present files
97
98
```
98
99
99
100
You can’t perform that action at this time.
0 commit comments