3
1
Back

Exclude_from_bom (group "" (id 17a7121e-b68e-480a-a63e-d9064ffac0d1 function mangle_article($article) { // SBMC elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { //also append the blarg post because that's small, interesting, $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } // Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] .= "

" . $entry->textContent . "

"; } } Pain Train alt tag, Alice Grove bigger img Gunnerkrigg and cleanup of alt-tag-only.

New Pull Request