tardypad / sailfishos-daily-comics

Daily comic strips reader for SailfishOS
MIT License
12 stars 17 forks source link

Broken comics #90

Closed Maledictus closed 4 years ago

Maledictus commented 5 years ago

"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

cow-n-berg commented 4 years ago

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?

cow-n-berg commented 4 years ago

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]; }

Maledictus commented 4 years ago

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

Maledictus commented 4 years ago

CommitStrip works fine without changes.