Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Docs Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
360modder committed Sep 27, 2021
1 parent b95d716 commit f1b62be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CLI-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $ vsdownload save [OPTIONS] INPUT
* `-t, --threads 1-32`: max thread count for parallel threads to download segments [default: 5]
* `--chunk-size INTEGER`: chunk size for downloading ts files (in kilobytes) [default: 1024]
* `--headers headers.json`: path of header defining json file which will update headers
* `--key-iv 8129819==>8382839`: custom decryption key and iv (key==>iv)
* `--proxy-address http://127.0.0.1:8000`: http or https proxy address to use
* `--ffmpeg-path c:\ffmpeg\bin\ffmpeg.exe`: path of ffmpeg binary [default: ffmpeg]
* `--tempdir directory`: path of directory for saving temporary files while downloading [default: temptsfiles]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Or install from github repository.
pip install https://github.com/360modder/vsdownload/archive/master.zip
```

Or you can also find a windows [executable](https://github.com/360modder/vsdownload/releases/download/v1.0.76/vsdownload_v1.0.76.exe) from [releases](https://github.com/360modder/vsdownload/releases).
Or you can also find a windows [executable](https://github.com/360modder/vsdownload/releases/download/v1.0.98/vsdownload.exe) from [releases](https://github.com/360modder/vsdownload/releases).

## Usage

Expand Down

0 comments on commit f1b62be

Please sign in to comment.