3
1
Back

= $xpath->query("//div[@id='blarg']/div[last()]"); // Penny Arcade if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get the blog $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Joy of Tech elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) .

New Pull Request