#1
|
|||
|
|||
jpg4.su not working with more than one page
Seems jp4.su changed pagination method so items besides the first 42 are not processed.
Changing the seek regex line from Code:
String seek = br.getRegex("data-action=\"load-more\" data-seek=\"([^\"]+)\"").getMatch(0); Code:
String seek = br.getRegex("<a data-pagination=\"next\" href=\"https?://(?:.*)/?page=(?:[0-9]+)&seek=([^\"]+)").getMatch(0); PS: Would be possible to have files/pics sorted in somewhay, maybe adding a number at the beginning? Last edited by jdmani; 27.01.2024 at 18:06. |
#2
|
||||
|
||||
Hi,
please provide (album?) example URLs. Quote:
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#3
|
||||
|
||||
Fixed pagination and added property representing the position of the image as key "position".
Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|