3
1
Back

($alt_text == $title_text){ } elseif (strpos($title_text, $alt_text) !== False) { if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] .= $aftercomic; $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Scenes From A Multiverse (to get alt tag) // Pain Train (to get alt tags elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $imgs.

New Pull Request