Labels Milestones
Back2/2] Update README.md 40588ba725f2f6c7240cc5d95c2a8af539e27e15 Update README.md 3d0ca7fdf6e2ad8d7864221e585c668e46544055 Update README.md 8fe829edc2a52299443ce1d2193e2aa04d060c17 From b22080a808f5ee5eddd0b607f432f7fa2c4fb139 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 // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Poly In Pictures // Poly In Pictures elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); } // Something Positive elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // only keep everything starting at the first if(preg_match("@.*(
New Pull Request