towakuka
towakuka
Thank you for your prompt reply. I replaced the relevant part of `aapi.py` and ran the code in the first question again, and now `'viewed'` in `next_qs` has multiple values,...
Thank you for your reply. I have applied your correction and was able to download a large number of related illustrations. However, there still seem to be a lot of...
The first source code is reproduced below. ```Python from pixivpy3 import * import urllib.parse as up REFRESH_TOKEN = 'xxxxx' aapi = AppPixivAPI() aapi.auth(refresh_token=REFRESH_TOKEN) # https://www.pixiv.net/artworks/98699730 res = aapi.illust_related('98699730') print(up.unquote(res.next_url)) next_qs...