Labels Milestones
Back(end 170.795 106.25 (end 184.5025 111.25 (end 189.3 123.55 (end 183.1975 125.75 (end 186.5 70.5 (end 187 74 (end 188 75 (end 178.5375 76.4625 (end 187 74 (end 188 79.45 (end 188.1 120.08 (end 162.5025 80 (end 159.88 117.37 (end 152.25 130.0975 (end 153.4025 130.0975 (end 153.4025 130.0975 (end 155.25 124.6 (end 158.5025 126.75 (end 173.184949 130.305 (end 187.6 117.54 (end 185.8475 123.25 (end 171.39 122.6375 (end 173.7525 128.7475 (end 173.7525 128.7475 (end 173.7525 128.7475 (end 173.7525 125 (end 164.22 117.1225 (end 164.22 117.1225 (end 164.22 117.1225 (end 164.22 117.97 (hatch edge 0.5 "name": "Grouped By Value", (offset 0.762) hide (end 1.016 2.54 (end -1.016 -2.54 (offset 0) hide (length 0) hide From 713014315986726ad96f361cfbc8e67551a6a879 Mon Sep 17 00:00:00 2001 Subject: [PATCH] achewood, gwss fix, fix for when invisiblebread has no bread 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 elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Jesus & Mo elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users) 2015-03-02 17:38:43 -08:00 } $article = $this->alt_textify($article); $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $img = preg_replace("@width=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $img = $matches[1]; $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // additives .
New Pull Request