From fd6bd0905e1952f060084f463c6b7519f1fa85bc Mon Sep 17 00:00:00 2001 From: resmh Date: Wed, 14 Sep 2022 15:04:24 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5de945bf..3a217f4f 100755 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ scdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --sync archive.txt # Download your likes (with authentification token) scdl me -f -# Download your likes and tracks, generate playlist files -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 ``` ## Options: @@ -94,6 +94,7 @@ scdl me -f -t --playlist-file --playlist-file-retain Retain corrupted items --playlist-file-name Specify playlist file name without extension --playlist-file-extension Specify extension to playlist file +--playlist-file-cache Skip updates for present files ```