No description
conversion.go | ||
go.mod | ||
LICENSE | ||
main.go | ||
manifest.go | ||
README.md |
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.