• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

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


RSS
Rev. Time Author
7721ee1 trunk 2023-12-10 14:54:59 mio

Use custom logging for 'compact' command

0b847bc 2023-12-10 14:52:48 mio

update pixivd

a88dc7c 2023-12-09 21:18:42 mio

Update CHANGELOG for 'compact' command

c5f2a81 2023-12-09 21:07:06 mio

Implement 'compact' command

Replaces the pixivd_tools/pixiv_combine_users found at
https://osdn.net/users/nemophila/pf/pixivd_tools/wiki/FrontPage

07b4e19 2023-11-28 16:19:59 mio

Fix unittest compilation

265b01a 2023-11-28 15:21:31 mio

Reformat and update CHANGELOG

b07c708 2023-11-28 15:21:31 mio

Log compilation information to LogFile

7dc7e17 2023-11-28 13:51:40 mio

Make loadConfig public

8504b8c 2023-11-28 13:51:23 mio

have makeSafe treat more characters as invalid

Turns out this is really dependent on the filesystem's format
(e.g. ext4, exfat, ntfs, etc.). This will assume unicode is valid, but
will restrict the possible characters to 'work characters', periods, and
hyphens.

b7fcfcf 2023-10-29 18:41:39 mio

Move configuration to separate module

Slowly going around and breaking down the main file.

d6d2f2f 2023-10-29 18:11:19 mio

Add .editorconfig

cefcbc2 2023-10-29 17:08:40 mio

Replace global 'log' with stdThreadLocalLog

8e30b8f 2023-10-26 08:11:20 mio

Improve display of skipping followed artists

Change the behaviour so that using --skip <num> won't print:
'Downloading artist 1 of <total>'
but instead print:
'Downloading artist <num + 1> of <total>'.

b5e95f6 2023-10-26 08:09:01 mio

Generate entire 'git_version' file.

9a7d9c7 2023-10-26 07:57:48 mio

Implement command to reset PHPSESSID

cab402b 2023-10-25 19:11:20 mio

Log data directory

Helps locate the file when an update of PHPSESSID is required.

Need to add an option for changing this...

9da1f51 2023-10-25 19:09:00 mio

Replace OSDN repository links

The servers haven't been reliable for a few months.

128df80 2023-09-30 12:24:26 mio

Cleanup project imports

081637a 2023-09-29 19:40:47 mio

Fix trailing percentage for previously downloaded

e.g.:

Previously downloaded page 1/2.%).
Previously downloaded page 2/2.

46c7872 2023-09-29 19:04:43 mio

Further improvements to the progress bar

Still can't say I'm completely happy with this (trailing newlines and
single-paged illustrations not changing the final message to 'Finished')
but it's an improvement.

I did spend a while trying to get a graphic progress bar, but couldn't
integrate the UI in a way that I liked (the current implementation looks
better IMO).

See: https://codeberg.org/supercell/pixiv_down/issues/2

dd8da5d 2023-09-27 18:24:42 mio

Use same indentation for options in help messages

8dbbeef 2023-09-27 17:27:55 mio

Pad 'Already downloaded page X' values

Also considering changing the message to 'Already downloaded page x/y'

fc7443d 2023-08-16 19:05:42 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

483c3fe 2023-08-13 16:48:36 mio

Add initial version of a progress bar

Not the final design, but at least it shows which page we're downloading
and how far through we are.

See: https://codeberg.org/supercell/pixiv_down/issues/2

ba5bd73 2023-08-07 19:08:05 mio

Update pixivd

This fixes an issue with GIF (Ugoira) not having a valid filename when
calling the GraphicsMagick WriteImages function.

Fixes https://codeberg.org/supercell/pixiv_down/issues/9

0432d74 2023-08-07 18:44:33 mio

Change version identifier to date+hash

95267e3 2023-07-23 08:05:01 mio

Update MagickD and PixivD versions

d84d0b9 2023-07-16 20:07:51 mio

Update CHANGELOG.md

- Reorganize some sections.
- Downloads both manga and illustrations by default
- Temporary(?) removal of `--limit` option for following command.

4d786f7 2023-07-16 17:12:06 mio

Fix falling back to user picture directory

6074b7c 2023-07-16 17:02:50 mio

Fix loading config when dir exists but not file