3
1
Back

Exist Updated LICD, alter alt-textify to handle both title and alt tags if (preg_match("@.*()@", $article['content'], $matches)) { if (strpos($article["content"], "bonus panel!") !== FALSE) { $article['content'] .= "

" . $entry->textContent . "

"; } } //Sites that provide images and just need alt tags textified. $article['content'] .= "Bonus comic:" . $aftercomic . "

"; } } // Poly In Pictures elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Some comics supported 2015-02-23 04:25:44 -0800 e89a2a057d From d952ec97f3d5e1172c33dcefe438ee5d18f8d87d Mon.

New Pull Request