ugoira-tool/README.md
2024-12-28 19:14:16 -03:00

583 B

ugoira-downloader

Downloader for Pixiv's Ugoira animation format.

Usage

ugoira-downloader post_id

By default, it will download both the zip file (containing the frames) and the manifest JSON in the current working directory (default filenames being <post_id>_ugoira.zip and <post_id>_ugoira.json respectively). Use -o to change the zip file path and -M for the manifest.

See ugoira-downloader -h for all flags.

Building

go build .

License

This program is licensed under the GPLv3 license.