https://github.com/kralamoure/retrolangdl
A program for concurrently downloading Dofus Retro lang files.
https://github.com/kralamoure/retrolangdl
dofus go golang
Last synced: 11 months ago
JSON representation
A program for concurrently downloading Dofus Retro lang files.
- Host: GitHub
- URL: https://github.com/kralamoure/retrolangdl
- Owner: kralamoure
- License: mpl-2.0
- Created: 2020-07-07T21:59:28.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T23:02:48.000Z (about 3 years ago)
- Last Synced: 2025-01-18T05:16:54.052Z (over 1 year ago)
- Topics: dofus, go, golang
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retrolangdl
[](https://github.com/kralamoure/retrolangdl/actions/workflows/ci.yml)
`retrolangdl` is a program for concurrently downloading Dofus Retro lang files.
## Build
```sh
git clone https://github.com/kralamoure/retrolangdl
cd retrolangdl
go build
```
## Installation
```sh
go install github.com/kralamoure/retrolangdl@latest
```
## Usage
```sh
retrolangdl --help
```
### Output
```text
retrolangdl is a program for concurrently downloading Dofus Retro lang files.
Find more information at: https://github.com/kralamoure/retrolangdl
Options:
-h, --help Print usage information
-d, --debug Enable debug mode
-u, --url string Data URL (default "https://dofusretro.cdn.ankama.com/")
-l, --languages strings Language codes, separated by comma (default [de,en,es,fr,it,nl,pt])
Usage: retrolangdl [options]
```