url |
^https?://(www\.)?pixiv\.net.+ |
nextLink |
//a[@rel="next"] |
pageElement |
//div[@class="event-information"]|//div[@class="_pager-complex"]/following-sibling::ul/li|//div[@class="_pager-complex"]/following-sibling::div/ul|//li[.//div[@class="novel-contents"]]|//li[@class="image-item" or @class="thul" or @class="user-recommendation-item"] |
exampleUrl |
https://www.pixiv.net/booth_follow_items.php
https://www.pixiv.net/event.php?d=201705
https://www.pixiv.net/event_member.php?event_id=5789
https://www.pixiv.net/info.php?cid=1
https://www.pixiv.net/novel/bookmark_new.php
https://www.pixiv.net/response.php?illust_id=1539585
https://www.pixiv.net/search_user.php?nick=a&s_mode=s_usr |
comment |
contains(@class,'next') often catches incorrect nextLink, such as <a href="#" class="slider-arrow ui-tab-next"> |