docs: Add help and update contributors section
This commit is contained in:
parent
406fbf1373
commit
f71b3f8e17
1 changed files with 8 additions and 10 deletions
18
README.md
18
README.md
|
|
@ -17,12 +17,11 @@ A Spotify downloader written in Rust
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## 🤝 Disclaimer
|
## 🆘 Help needed
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> DownOnSpot was not developed for piracy.
|
Currently, I am rewriting DownOnSpot.
|
||||||
> It is meant to be used in compliance with DMCA, Section 1201, for educational, private and fair use.
|
If you want to help me accelerate this process, please feel free to contact me at [osumatrix.me](https://osumatrix.me).
|
||||||
> I am not responsible in any way for using the source code.
|
|
||||||
|
|
||||||
## ⭐ Features
|
## ⭐ Features
|
||||||
|
|
||||||
|
|
@ -54,7 +53,7 @@ A Spotify downloader written in Rust
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> You need [this private SSH key](assets/free_librespot_private_key) to clone a dependency of DownOnSpot in order to use it with a free Spotify account.
|
> You need [this private SSH key](assets/free_librespot_private_key) to clone a dependency of DownOnSpot to use it with a free Spotify account.
|
||||||
> Follow [this answer by DopeGhoti on stackexchange.com](https://unix.stackexchange.com/a/494485) to set up SSH with the private key.
|
> Follow [this answer by DopeGhoti on stackexchange.com](https://unix.stackexchange.com/a/494485) to set up SSH with the private key.
|
||||||
> A sample `~/.ssh/config` file could look like this:
|
> A sample `~/.ssh/config` file could look like this:
|
||||||
>
|
>
|
||||||
|
|
@ -119,12 +118,11 @@ You can use the following template variables for `path` and `filename_template`
|
||||||
- Slow MP3 downloads due to libmp3lame
|
- Slow MP3 downloads due to libmp3lame
|
||||||
- Sporadic `channel error` when downloading tracks
|
- Sporadic `channel error` when downloading tracks
|
||||||
|
|
||||||
## 💪 Authors
|
## 💪 Contributors
|
||||||
|
|
||||||
- [@oSumAtrIX](https://osumatrix.me/#github)
|
<a href="https://github.com/osumatrix/downonspot/graphs/contributors">
|
||||||
- [@exttex](https://git.freezer.life/exttex)
|
<img src="https://contrib.rocks/image?repo=osumatrix/downonspot" />
|
||||||
- [@breuerfelix](https://github.com/breuerfelix)
|
</a>
|
||||||
- [@thatpix3l](https://github.com/thatpix3l)
|
|
||||||
|
|
||||||
## 🔑 License
|
## 🔑 License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue