Merge branch 'main' into dev

This commit is contained in:
nathom 2021-07-07 20:48:08 -07:00
commit e6dfc3f507
3 changed files with 5 additions and 6 deletions

View file

@ -32,12 +32,11 @@ A clear and concise description of what you expected to happen.
<!-- Windows: \Users\<username>\AppData\Local\streamrip or C:\Users\<usename>\AppData\Roaming\streamrip--> <!-- Windows: \Users\<username>\AppData\Local\streamrip or C:\Users\<usename>\AppData\Roaming\streamrip-->
```yaml ```toml
# Paste the contents of config.yaml here # Paste the contents of config.toml here
# REMOVE YOUR CREDENTIALS # REMOVE YOUR CREDENTIALS
your: [your]
- config config = "file"
- file
``` ```
**Environment** **Environment**

View file

@ -19,7 +19,7 @@ A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
## Installation ## Installation
First, ensure [Python](https://www.python.org/downloads/) 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. Then run the following in the command line:
```bash ```bash
pip3 install streamrip --upgrade pip3 install streamrip --upgrade

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Before After
Before After