3
1
Back

Catch (Exception $e) { $article['content'] .= "

" . $entry->textContent . "

"; } } if ($alt_text == $article['title'] || strpos($article['title'], $title_text) !== false){ } elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $article['content'] .= "" . $entry->textContent . "

"; } } } //Sites that provide images and just need alt tags if both exist Updated LICD, alter alt-textify to handle both title and alt tags if both exist elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') .

New Pull Request