3
1
Back

(1) CUSTOMIZER PARAMETERS /* [Basic Parameters] */ // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); // Joy of Tech Scenes From A Multiverse (to get alt tag elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Questionable Content (cleanup) // Questionable Content (cleanup // only keep everything starting at the first foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "

" . $entry->textContent . "

"; } } //Sites that provide images and just need alt tags textified. $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; .

New Pull Request