A CLI tool for downloading from pixiv.net
修訂 | ba5bd73a4037a9f406b2c2884877e1cc4fea276e (tree) |
---|---|
時間 | 2023-08-07 19:08:05 |
作者 | mio <stigma@disr...> |
Commiter | mio |
Update pixivd
This fixes an issue with GIF (Ugoira) not having a valid filename when
calling the GraphicsMagick WriteImages function.
@@ -18,7 +18,7 @@ dependency "magickd:graphicsmagick_c" \ | ||
18 | 18 | |
19 | 19 | dependency "pixivd" \ |
20 | 20 | repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git" \ |
21 | - version="7f9a1f69ffd804cc510c8f765efbc3758fb26004" | |
21 | + version="2e8c4e8be9c79069c9319663f816a163f7f6a958" | |
22 | 22 | |
23 | 23 | ######################################################## |
24 | 24 | # If you are using the "fetch_dependencies.sh" script, # |