mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-28 14:04:49 -04:00
Merge branch 'main' into dev
This commit is contained in:
commit
e6dfc3f507
3 changed files with 5 additions and 6 deletions
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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-->
|
||||
|
||||
|
||||
```yaml
|
||||
# Paste the contents of config.yaml here
|
||||
```toml
|
||||
# Paste the contents of config.toml here
|
||||
# REMOVE YOUR CREDENTIALS
|
||||
your:
|
||||
- config
|
||||
- file
|
||||
[your]
|
||||
config = "file"
|
||||
```
|
||||
|
||||
**Environment**
|
||||
|
|
|
@ -19,7 +19,7 @@ A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
|
|||
|
||||
## 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
|
||||
pip3 install streamrip --upgrade
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 148 KiB |
Loading…
Add table
Add a link
Reference in a new issue