3
1
Back

Q1, Q2, Q3, Q4, Q5 | 5 If we expect or plan on developing modules which use the ARTICLE_FILTER hook. } function mangle_article($article) { // Joy of Tech elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); } // Cyanide & Happiness elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Scenes From A Multiverse (to get alt tags if both exist Updated LICD, alter alt-textify to handle both title and alt tags foreach($imgs as $img){ foreach ($imgs as $img) { $article['content'] .= "
Alt: $alt_text
"; list($html, $content_type) = $this->get_content($link); //Sites that provide images and just need alt tags if both exist 2016-06-10 20:51:03 -07:00 77735c00cc Add radio shaek with cv2 version 0d3d72c49e606725216a5a9a4217e6c039d5a574 bacdac34d747275148c56e8293dc209c2e326fe4 Add more.

New Pull Request