3
1
Back

= $xpath->query($query); $result_html = ''; function rel2abs($rel, $base) { if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Scenes From A Multiverse (to get alt tags if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "
$orig_content
"; } // Three Panel Soul // Three Panel Soul * Scenes From A Multiverse (to get alt tags) // Scenes From A Multiverse (to get alt tag elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { // Doghouse Diaries, which has broken alt tags textified. } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request