We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a93f40 commit fd6bd09Copy full SHA for fd6bd09
1 file changed
README.md
@@ -39,8 +39,8 @@ scdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --sync archive.txt
39
# Download your likes (with authentification token)
40
scdl me -f
41
42
-# Download your likes and tracks, generate playlist files
43
-scdl me -f -t --playlist-file
+# Download your likes and tracks, generate playlist files and use the cache for speedup
+scdl me -f -t --playlist-file --playlist-file-cache
44
```
45
46
## Options:
@@ -94,6 +94,7 @@ scdl me -f -t --playlist-file
94
--playlist-file-retain Retain corrupted items
95
--playlist-file-name Specify playlist file name without extension
96
--playlist-file-extension Specify extension to playlist file
97
+--playlist-file-cache Skip updates for present files
98
99
100
0 commit comments