• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

Revisionfc7443d5e80eccddf6f07cb799fb0d78b0cb250a (tree)
Zeit2023-08-16 19:05:42
Autormio <stigma@disr...>
Commitermio

Log Message

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

Ändern Zusammenfassung

Diff

--- a/dub.sdl
+++ b/dub.sdl
@@ -18,7 +18,7 @@ dependency "magickd:graphicsmagick_c" \
1818
1919 dependency "pixivd" \
2020 repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git" \
21- version="869a0746613c11612782b50a319907737443b5e2"
21+ version="1085361d86366542741e8ae5b845fed74c0a8aa5"
2222
2323 ########################################################
2424 # If you are using the "fetch_dependencies.sh" script, #