3
1
Back

Lines elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Cyanide & Happiness elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { if (strpos($article["content"], "bonus panel!") !== FALSE) { // Two Lumps $orig_content = strip_tags($article['content']); $article['content'] .= "
Error processing via _comics plugin!
" . $e->getMessage(); } } Pain Train (to get alt tag elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); $entries .

New Pull Request