CLI tool which enables you to download one of latest videos and a different language subtitles files. You can play the videos on VLC with English audio and own language subtitle. (e.g. English audio + Japanese subtitles)
The process goes something like this:
- Download binary executable file to match your environment (Mac OS/Linux/Windows)
- Select one of latest videos
- Select resolution (240p, 360p, 480p and 720p)
- Select subtitle language
Download latest release for your environment.
- Mac (darwin_amd64)
- Linux (linux_amd64)
- Windows (windows_amd64)
For ARM (e.g. Raspberry Pi) or 32bit OS, use this source code and compile.
env GOOS=linux GOARCH=arm GOARM=5 go buildExtract .tar.gz file or .zip and execute.
Please replace the latest download URL
sudo curl -o /usr/local/bin/jwbcli -L <URL for tar.gz>
sudo chmod +x /usr/local/bin/jwbcliExtract the zip and put jwbcli.exe in a folder (e.g. desktop) MP4 and VTT file will be downloaded to the same folder.
A new tag push will trigger github action based on .github/main.yml and it will call goreleaser
git tag v0.2.3
git push origin --tagsTo test release without publishing to github.
goreleaser --snapshot --skip-publish --rm-dist