3
1
Back

(strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $article['content'] .= "Alt: " . $img->getAttribute('title') . ""; } } // Gunnerkrigg Court // Gunnerkrigg Court elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath .

New Pull Request