3
1
Back

If (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } Some comics supported elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] .= "
" . $msg . ""; } } // Least I Could Do (wtf image size?) elseif.

New Pull Request