tardypad/sailfishos-daily-comics

Broken comics

Maledictus opened this issue · 4 comments

"Truth Facts"
"The Adventures of Business Cat" - expired certificate
"Safely Endangered" - moved to https://www.webtoons.com/en/comedy/safely-endangered/list?title_no=352 and now splitting in some images
"Einbilder" - fixed
"Dennis The Menace" - works
"Beetle Bailey" - works

CommitStrip has changed the website. Is there a way to:

  1. use a RegEx to find the page, the
  2. load that page and perform a 2nd RegEx?

Any ideas?

I tried the following, but it did not work:

function(page) {
var regex1 = /<a href="(http://www.commitstrip.com/en/20[^"]*)"/;
var match1 = regex1.exec(page);
var newpage = match1[1];
var regex2 = /

<img[^>]src="([^"])"/;
var match2 = regex2.exec(newpage);
return match2[1];
}

Bro, thank you for your efforts but I @tardypad doesn't unswer and I can't make a new release with fixes

CommitStrip works fine without changes.