3
1
Back

Catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); // Berkeley Mews // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // Doghouse Diaries, which has broken alt tags textified. //Sites that provide images and just need alt tags textified. Elseif.

New Pull Request