View Single Post
Old 01-12-2021, 06:36 AM   #89
OfficerAction
Connoisseur
OfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughingOfficerAction can shake the floor when laughing
 
Posts: 80
Karma: 63118
Join Date: May 2018
Device: Kobo Aura One
Quote:
Originally Posted by Mercador View Post
I'm an ancient web developer so I know my HTML. I guess you have to strip html until you got to the image and you create a regex rule to to change to the next panel? If you show me the ropes, I think I can help you
You can take a look at the code for example for the mangapanda interface. There is a good chance you can just copy and paste most of it and just change the names, urls and regexes. You would have to find regexes to find a list of all available mangas and their urls. Then info about it like author, genre, summary and a chaper list. And finally a regex to get a pagelist from the chapterlink.
Apart from that you just have to add an icon to the resources (for the interface) and add another line in ultimatemangareadercore.cpp file, adding your mangasource analog to the other ones.

It really depends on the webiste though, some have obfuscation for the image urls, witch can make things more complicated.
OfficerAction is offline   Reply With Quote