No description
Find a file
2024-12-30 23:11:29 -03:00
conversion.go add conversion.go 2024-12-30 23:11:29 -03:00
go.mod initial commit 2024-12-28 19:14:16 -03:00
LICENSE initial commit 2024-12-28 19:14:16 -03:00
main.go implement u2v command 2024-12-30 00:45:36 -03:00
manifest.go move manifest related code to its own file 2024-12-29 23:05:39 -03:00
README.md initial commit 2024-12-28 19:14:16 -03:00

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.