Labels Milestones
BackLines 978eb1d01f Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } // Eat That Toast bog-standard example // Breaking Cat News elseif (strpos($article['link'], 'paintraincomic.com/comic.
New Pull Request