A CLI tool for downloading from pixiv.net
Revisão | d84d0b9257ea4e5f5bc9ca1348afe4858e5b8dd4 (tree) |
---|---|
Hora | 2023-07-16 20:07:51 |
Autor | mio <stigma@disr...> |
Commiter | mio |
Update CHANGELOG.md
- Reorganize some sections.
- Downloads both manga and illustrations by default
- Temporary(?) removal of --limit option for following command.
@@ -8,21 +8,13 @@ releases. | ||
8 | 8 | ### Behavioural Changes |
9 | 9 | |
10 | 10 | pixiv_down is still in it's early stages of development, and the first version |
11 | -was published as a proof-of-concept rather than a program which people would | |
12 | -really want to use. In shifting the focus of development to make pixiv_down | |
11 | +was published as more of a proof-of-concept rather than a program which people | |
12 | +would want to use. In shifting the focus of development to make pixiv_down | |
13 | 13 | something people *may* want to use, I made some changes to the default behaviour |
14 | 14 | and some of the options that the commands provided. |
15 | 15 | |
16 | -The first change is that the `artist` command will now download *both* manga and | |
17 | -illustrations by default. Previously, running `pixiv_down artist <id>` would | |
18 | -download only the illustrations by default, requiring you to run two separate | |
19 | -calls to `pixiv_down` if you wanted to download both content types. If you only | |
20 | -want to download one content type, use the `--type` option. | |
21 | - | |
22 | -Another change is with the `following` command. Previously it would download | |
23 | -from publicaly followed accounts by default, requiring the use of `--private` if | |
24 | -you wanted to download from your privately followed accounts. Now, it requires | |
25 | -either `--public` or `--private`. | |
16 | +Please read the summary in each section for an understanding as to what, if | |
17 | +anything, has changed. | |
26 | 18 | |
27 | 19 | ### General |
28 | 20 |
@@ -31,10 +23,15 @@ either `--public` or `--private`. | ||
31 | 23 | |
32 | 24 | ### Artist Command |
33 | 25 | |
34 | -* Download both illustrations and manga by default. | |
35 | - * Specify only one by using the `--type` option. | |
26 | +In the first version of pixiv_down, the `artist` command would only download | |
27 | +illustrations, requiring the use of `--type manga` if you wanted to download | |
28 | +their manga as well. The new version of pixiv_down changes this so it will | |
29 | +download *both* illustrations and manga by default. | |
30 | + | |
36 | 31 | * Allow multiple artist IDs to consecutively download more than one artist |
37 | 32 | in one hit. |
33 | +* Download both illustrations and manga by default. | |
34 | + * Specify only one by using the `--type` option. | |
38 | 35 | |
39 | 36 | ### Artwork Command |
40 | 37 |
@@ -44,12 +41,15 @@ either `--public` or `--private`. | ||
44 | 41 | |
45 | 42 | ### Following Command |
46 | 43 | |
47 | -As mentioned in the beginning, the `following` command now requires either | |
48 | -the `--public` or `--private` option to run successfully. This change was made | |
49 | -with the goal of making the command more explicit in it's behaviour. | |
44 | +The main change here is that the `following` command now requires either | |
45 | +`--public` or `--private` to be provided, informing pixiv_down as to which list | |
46 | +you want to download from. Previously, not providing `--private` would download | |
47 | +your publicaly followed accounts. | |
50 | 48 | |
51 | 49 | * New option: `--public`. Download all your publicaly followed creators. |
52 | 50 | * Renamed `-o, --offset` option to `-s, --skip`. Again, this makes the command |
53 | 51 | (and it's options) more explicit and obvious as to what they change. |
52 | +* Removed `-l, --limit` option. It's highly probably this will return with a | |
53 | + different meaning. | |
54 | 54 | |
55 | 55 | [Unreleased]: https://codeberg.org/supercell/pixiv_down/compare/v0.1...HEAD |