• 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
57dd1db 2023-06-24 12:34:49 mio

Add CHANGELOG.md

c5a1e35 2023-06-24 12:33:02 mio

Re write the 'following' command.

I removed the --limit option since it's use is rather... limited. It'd
be better served as an actual limit on the number of accounts to
download, rather than the number of accounts per-page.

f0523a8 2023-06-24 12:03:08 mio

Replace custom logger with Phobos FileLogger

f63f867 2023-06-24 09:59:33 mio

Rewrite 'following' help.

2b38e19 2023-06-23 19:22:31 mio

Create a new log file each run

e183458 2023-06-22 12:03:18 mio

Improve 'artwork' command

The main change is the --group-errors option which will only print the
errors just before the command has finished executing, rather than
immediately after the error occurrs.

This means you don't have to go searching for any errors after
downloading the artworks.

ad61b15 2023-06-22 11:54:11 mio

Re-work 'artist' command

This really addressed two issues regarding the artist command. Some of
the messaging could use improvement, but I haven't quite figured out how
I want this to work with the progressbars that will be implemented.

See Also:

Change default behaviour of 'artist' command
https://codeberg.org/supercell/pixiv_down/issues/4

Allow downloading of multiple artists when using the artist cmd
https://codeberg.org/supercell/pixiv_down/issues/5

4856eb1 2023-06-20 10:44:46 mio

Clarify README notice

2ecfd6f 2023-06-20 10:43:29 mio

Improve the 'daily' help

I also took the liberty to re-format the dailyHandle function and
improve some of the messaging there as well.

1338821 2023-06-17 12:11:16 mio

Update pixiv_down to use new directories API

bb2c3ef 2023-06-17 11:56:54 mio

Update directories module to v0.2.0

There are quite a few changes to the API which I'll need to address, but
the big addition is support for Windows -- making us a step closer to
supporting Windows in pixiv_down.

ea1250f 2023-06-17 11:23:03 mio

Move config reading out of main

58bc3c1 2023-06-17 11:04:53 mio

Move loading of GraphicsMagick out of main

037d1ef 2023-06-17 09:37:56 mio

Improve help message for artist command

a5a3a32 2023-06-17 08:51:04 mio

Remove `printMainHelp`

ca4c6f6 2023-06-16 18:35:21 mio

Reformat main function

298591e 2023-06-16 18:12:31 mio

Improve 'unknown command' message

e08c317 2023-06-15 18:37:28 mio

Replace ': ' with 'v' for version info

4fdbd15 2023-06-15 18:34:32 mio

Futher improve default help message

795061d 2023-06-15 12:12:55 mio

Provide better default help message

This will be displayed when there are no arguments provided or
when -h/--help/help is provided.

21c0957 2023-06-14 18:44:07 mio

Better handle invalid dates for --daily

f93856f 2023-04-25 08:19:28 mio

Change 'daily' behaviour when begin and end equal

5437197 v0.1 2023-01-28 14:06:10 mio

Initial commit