3
1
Back

"//p[@id='comic_body']//img", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'uploads')]", $article); elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); } // Wondermark (alt tag already present elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Eat That Toast bog-standard example // Penny Arcade if (strpos($article["link.

New Pull Request