From 6b525fc9b6b73e8a39c48f3fbe63b8730e104cc9 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Sun, 16 Jan 2022 08:54:47 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 024dec2..4f32613 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,8 @@ Thanks to Vitiko98, Sorrow446, and DashLt for their contributions to this projec I will not be responsible for how you use `streamrip`. By using `streamrip`, you agree to the terms and conditions of the Qobuz, Tidal, and Deezer APIs. + +## Donations/Sponsorship + +Consider contributing some funds [here](https://www.buymeacoffee.com/nathom), which will go towards holding +the premium subscriptions that I need to debug and improve streamrip. Thanks for your support! From ae717c7f66164721bed7f48c830d5e1899ba1819 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Sun, 16 Jan 2022 08:56:19 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4f32613..cc06eb4 100644 --- a/README.md +++ b/README.md @@ -181,5 +181,8 @@ I will not be responsible for how you use `streamrip`. By using `streamrip`, you ## Donations/Sponsorship +Buy Me A Coffee + + Consider contributing some funds [here](https://www.buymeacoffee.com/nathom), which will go towards holding the premium subscriptions that I need to debug and improve streamrip. Thanks for your support! From 578b59030ba4f529644f31d47e713632fa3131d7 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Sun, 16 Jan 2022 09:04:46 -0800 Subject: [PATCH 3/3] Mention Microsoft C++ Tools in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc06eb4..4d63053 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud. ## Installation -First, ensure [Python](https://www.python.org/downloads/) (version 3.8 or greater) and [pip](https://pip.pypa.io/en/stable/installing/) are installed. Then run the following in the command line: +First, ensure [Python](https://www.python.org/downloads/) (version 3.8 or greater) and [pip](https://pip.pypa.io/en/stable/installing/) are installed. If you are on Windows, install [Microsoft Visual C++ Tools](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). Then run the following in the command line: ```bash pip3 install streamrip --upgrade