3
1
Back

If (!$title_text || $title_text == $article['title'] || strpos($article['title'], $title_text) !== False) { $alt_text = $entry->getAttribute('alt'); $alt_text = trim($img->getAttribute('alt')); if (!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ $text_element = $doc->createElement("i", $title_text); } else { // Two Lumps elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Doghouse Diaries, which has broken alt tags textified. //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisiblebread.

New Pull Request