3
1
Back

(parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $base . $rel; } if ($alt_text && $alt_text != $article['title']){ $result_html .= "Alt: " . $img->getAttribute('title') . ""; } } // Something Positive elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } /* dirty absolute URL is ready! */ Assorted updates jesus and mo, maintenance jesus and mo, maintenance if ($alt_text && !$title_text){ $text_element = $doc->createElement("i", $title_text); } function get_xpath_dealie($link){ list($html, $content_type) = $this->get_content($link); //Sites that provide images and just need alt tags in feedburner (if there are quotes) // Doghouse Diaries, which has broken alt tags textified. } //Sites that provide images and just need alt tags if both exist achewood, gwss fix.

New Pull Request