3
1
Back

$alt_text
"; list($html, $content_type) = $this->get_content($link); //Sites that provide images and just need alt tags if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $img_tag . $article['content']; elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Invisible Bread (make the bread visible) $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Questionable Content (cleanup elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } return $article; } Some comics supported elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // draws two walls in parallel, close together so a PCB can fit between .

New Pull Request