3
1
Back

// Eat That Toast bog-standard example elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { strpos($article["title"], "Comic:") !== FALSE) { $article['content'] = $img; } 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) function about() { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } Some comics supported Some comics supported elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { //also get blog $entries.

New Pull Request