linter + Documentation

This commit is contained in:
AnimeDL 2023-01-21 18:57:40 +00:00 committed by github-actions[bot]
parent ab670d08e7
commit 56a66bdfbb
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# multi-downloader-nx (3.1.0v)
# multi-downloader-nx (3.2.0v)
If you find any bugs in this documentation or in the programm itself please report it [over on GitHub](https://github.com/anidl/multi-downloader-nx/issues).
@ -138,7 +138,7 @@ Select the server to use
#### `--kstream`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Choices** | **Default** |**cli-default Entry**
| --- | --- | --- | --- | --- | --- | --- | ---|
| Crunchyroll | `--kstream ${stream}` | `number` | `No`| `-k` | [`1`, `2`, `3`, `4`, `5`, `6`, `7`] | `1`| `kstream: ` |
| Crunchyroll | `--kstream ${stream}` | `number` | `No`| `-k` | [`1`, `2`, `3`, `4`, `5`, `6`, `7`] | `2`| `kstream: ` |
Select specific stream
#### `--hslang`

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "multi-downloader-nx",
"version": "3.1.0",
"version": "3.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "multi-downloader-nx",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.10",