From 58200c6ad16e500e21913590bbb854e2adf235c7 Mon Sep 17 00:00:00 2001 From: evilchili Date: Wed, 4 Sep 2024 23:49:35 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcd0b5..175aa12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # qobuz-bulk-downloader -A hacky tampermonkey script to automate downloading of individual tracks of a Qobuz purchase. \ No newline at end of file +A hacky tampermonkey script to automate downloading of individual tracks of a Qobuz purchase. + +Qobuz no longer makes downloads available as an archive, and forces you to either use their downloader app (which is buggy when it works and isn't available for linux anyway) or download every track individually. + +This tampermonkey script adds a single `DOWNLOAD ALL TRACKS` button that will click all the individual track download links, and the cover art link, on your behalf. It waits 3 seconds between clicks. \ No newline at end of file