3
1
Back

Make_step(bottom_element="switch") { // Penny Arcade elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // Doghouse Diaries, which has broken alt tags elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); $article['content.

New Pull Request