No description
Find a file
tocariimaa 1026d7671f name change
ugoira-downloader -> ugoira-tool
2024-12-30 23:50:44 -03:00
conversion.go add conversion.go 2024-12-30 23:11:29 -03:00
go.mod name change 2024-12-30 23:50:44 -03:00
LICENSE initial commit 2024-12-28 19:14:16 -03:00
main.go formatting 2024-12-30 23:36:47 -03:00
manifest.go formatting 2024-12-30 23:36:47 -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.