3
1
Back

From a840574ffb1f388603595f7bc07f1297bb707d9a Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users Invisible Bread, Softer World (alt tags we don't need to call out for elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { // Girls with Slingshots // CTRL+ALT+DEL elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Gunnerkrigg Court // Gunnerkrigg Court elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { // there's both alt and title texts, they're both different, use.

New Pull Request