A CLI tool for downloading from pixiv.net
Révision | fc7443d5e80eccddf6f07cb799fb0d78b0cb250a (tree) |
---|---|
l'heure | 2023-08-16 19:05:42 |
Auteur | mio <stigma@disr...> |
Commiter | mio |
fix resuming a previous download of a manga.
previously, if you cancelled a manga download partway, attempting to
resume the download would result in the "Already downloaded" message,
this was fixed with a commit[1] in pixivd, so we're just updating the
version here.
[1]: 1085361d86366542741e8ae5b845fed74c0a8aa5
@@ -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="869a0746613c11612782b50a319907737443b5e2" | |
21 | + version="1085361d86366542741e8ae5b845fed74c0a8aa5" | |
22 | 22 | |
23 | 23 | ######################################################## |
24 | 24 | # If you are using the "fetch_dependencies.sh" script, # |