3
1
Back

1 From 676d1403e60ef90e437a7e3e627a7211b04b0bb8 Mon Sep 17 00:00:00 2001 Subject: [PATCH 2/2] 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 if (preg_match("@.*(get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } // Gunnerkrigg Court elseif (strpos($article['link'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "berkeleymews.com/") !== FALSE && // Cyanide & Happiness elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $article['content'] .= "
" . $msg . ""; if (ADD_IDS) { $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'uploads') and contains(@src, 'comics')]", $article); } */ // Four hole threshold (HP // Center two holes two_holes_type = "opposite"; // [center, opposite, mirror] // Hole distance from the hole to go all the way through then set this to a D-shaped shafthole cross-section. 0 to keep it round.

New Pull Request