Update dependencies

This commit is contained in:
FatKiwi 2020-01-01 10:15:11 +00:00
parent d2d54793bf
commit a1d22d0ad3
4 changed files with 2121 additions and 1598 deletions

View File

@ -1,16 +1,14 @@
#SMLoadr
> A streaming music downloader.
![Screenshot](screenshot1.png)
![Screenshot](screenshot2.png)
SMLoadr is a program for downloading music from streaming music services.
It is intended for educational and private use only, and not as a tool for pirating and distributing music!
Remember that the artists and studios put a lot of work into making music - purchase music to support them.
![Screenshot](screenshot1.png)
![Screenshot](screenshot2.png)
## Features
@ -46,6 +44,7 @@ Guide on the [Wiki](https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/wiki/How-to-logi
| Parameter | Short | Default | Supported values | Description |
| :----------------- | :------------------ | :--------------- | :-------------------------------------- | :----------------------------------- |
| ```--quality``` | ```-q``` | ```MP3_320``` | MP3_128/MP3_320/FLAC | The quality of the files to download |
| ```--path``` | ```-p``` | ```DOWNLOADS/``` | Path with / in the end | Relative path for Downloads folder |
| ```--url``` | ```-u or nothing``` | | album/artist/playlist/profile/track url | Downloads single deezer url |
| ```--downloadmode``` | ```-d``` | ```single``` | ```all``` for "downloadLinks.txt" | Downloads multiple urls from list |
| ```--help``` | ```-h``` | | _Nothing_ | Shows the CLI help |
@ -67,4 +66,4 @@ Guide on the [Wiki](https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/wiki/How-to-logi
####This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/).
---
> Made with :heart: & :beer: by SMLoadrDevs | Copyright © 2019 SMLoadrDevs.
> Made with :heart: & :beer: by SMLoadrDevs | Copyright © 2020 SMLoadrDevs.

2110
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "SMLoadr",
"version": "1.10.0",
"version": "1.20.0",
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "CC-BY-NC-4.0",
@ -16,14 +16,14 @@
},
"dependencies": {
"cache-manager": "^2.10.0",
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"inquirer": "^6.5.2",
"command-line-usage": "^6.1.0",
"inquirer": "^7.0.1",
"jsonfile": "^5.0.0",
"openurl": "^1.1.1",
"ora": "^3.4.0",
"bluebird": "^3.5.5",
"ora": "^4.0.3",
"bluebird": "^3.7.2",
"request": "^2.88.0",
"request-plus": "^2.0.0",
"sanitize-filename": "^1.6.3",

1586
yarn.lock

File diff suppressed because it is too large Load Diff