Need help to set up special configuration for certain user #3206
-
The docs mentioned:
but I'm not sure how to structure the config json. Does lets say I only want to include artworks for pixiv but for a certain user I also want to download their favourites as well. Could someone give me an example how the json should look like? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's what
Run
You cannot do that with config file options. You'll just have to run gallery-dl with the favorites URL in addition to the regular user profile URL. There is an |
Beta Was this translation helpful? Give feedback.
That's what
-K
is forRun
gallery-dl -K https://www.pixiv.net/en/users/11
and have a look.You cannot do that with config file options. You'll just have to run gallery-dl with the favorites URL in addition to the regular user profile URL.
There is an
include
option…