-
Say i want to scrape images from https://www.pixiv.net/en/users/3132810/illustrations?p=2, and i only want what is seen on the link i provided |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Aug 1, 2023
Replies: 1 comment
-
Not really possible, I am afraid. You can limit the amount of posts it goes through ( There is a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
groggone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not really possible, I am afraid.
You can limit the amount of posts it goes through (
max-posts
), but you'll always have to start from the beginning.There is a
--range
command-line option, but that filters by file number. With Pixiv posts containing an arbitrary number if files, it is not really possible to use that to reliably skip to, for example, page 2.