3
1
Back

Soul $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] .= "
ID: " . $article['id']; $article = $this->alt_textify($article); $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } // Three Panel Soul // Three Panel Soul * Scenes From A Multiverse (to get alt tags textified. $alt_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } Clean up code.

New Pull Request