mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Version 1.2.0
This commit is contained in:
parent
10a58ae932
commit
4242a2f4cf
4 changed files with 192 additions and 38 deletions
15
README.md
15
README.md
|
|
@ -26,6 +26,8 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
|
|||
•
|
||||
<a href="#-credits">Credits 🙏</a>
|
||||
•
|
||||
<a href="#-notice">Notice 🗒️</a>
|
||||
•
|
||||
<a href="#-license">License ⚖</a>
|
||||
</p>
|
||||
|
||||
|
|
@ -36,9 +38,9 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
|
|||
|
||||
#### Get the executable
|
||||
- 📥 Download the latest binaries [here](https://github.com/ByteDream/crunchyroll-go/releases/latest) or get it from below
|
||||
- [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.1.0/crunchy-v1.1.0_linux)
|
||||
- [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.1.0/crunchy-v1.1.0_windows.exe)
|
||||
- [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.1.0/crunchy-v1.1.0_darwin)
|
||||
- [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.2.0/crunchy-v1.2.0_linux)
|
||||
- [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.2.0/crunchy-v1.2.0_windows.exe)
|
||||
- [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.2.0/crunchy-v1.2.0_darwin)
|
||||
- If you use Arch btw. or any other Linux distro which is based on Arch Linux, you can download the package via the [AUR](https://aur.archlinux.org/packages/crunchyroll-go/)
|
||||
```
|
||||
$ yay -S crunchyroll-go
|
||||
|
|
@ -111,6 +113,7 @@ $ crunchy download --audio ja-JP --subtitle de-DE https://www.crunchyroll.com/da
|
|||
- `--audio` » forces audio of the video(s)
|
||||
- `--subtitle` » forces subtitle of the video(s)
|
||||
- `--no-hardsub` » forces that the subtitles are stored as a separate file and are not directly embedded into the video
|
||||
- `--only-sub` » downloads only the subtitles without the corresponding video
|
||||
|
||||
- `-d`, `--directory` » directory to download the video(s) to
|
||||
- `-o`, `--output` » name of the output file
|
||||
|
|
@ -119,6 +122,8 @@ $ crunchy download --audio ja-JP --subtitle de-DE https://www.crunchyroll.com/da
|
|||
|
||||
- `--alternative-progress` » shows an alternative, not so user-friendly progress instead of the progress bar
|
||||
|
||||
- `-g`, `--goroutines` » sets how many parallel segment downloads should be used
|
||||
|
||||
#### Help
|
||||
- General help
|
||||
```
|
||||
|
|
@ -329,6 +334,10 @@ $ go test .
|
|||
- [m3u8](https://github.com/grafov/m3u8) (not the m3u8 library from above) » mpeg stream info library
|
||||
- [cobra](https://github.com/spf13/cobra) » cli library
|
||||
|
||||
# 🗒️ Notice
|
||||
|
||||
I would really appreciate if someone rewrites the complete cli. I'm not satisfied with it's current structure but at the moment I have no time and no desire to do it myself.
|
||||
|
||||
# ⚖ License
|
||||
|
||||
This project is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0) - see the [LICENSE](LICENSE) file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue