3
1
Back

Branch bugfix/v1.1 Add note resulting from real TL0x4s Add note resulting from real TL0x4s // Joy of Tech elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { //also append the blarg post because that's small, interesting, $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Two Lumps // Two Lumps elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { Clean up code.

New Pull Request