3
1
Back

Sorcery101 Updated LICD, alter alt-textify to handle both title and alt tags in feedburner (if there are quotes) // Doghouse Diaries, which has broken alt tags elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $doc = new DOMDocument(); elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); // Joy of Tech elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; } } // Scenes From A Multiverse (to get alt tag elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { // Awkward Zombie elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $base . $rel; } /* absolute URL is ready! */ Assorted updates elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE.

New Pull Request