3
1
Back

"
Alt: $alt_text
"; } } // PhD Unknown // Robot Hugs elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // Scenes From A Multiverse (to get alt tags textified. $doc->loadHTML($article['content']); //no-op $imgs = $xpath->query('//img'); //doesn't get simpler than this } //No matches if ($img->getAttribute('title')) { $article['content'] .= "
Alt: $alt_text
"; list($html, $content_type) = $this->get_content($link); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request