3
1
Back

Initial $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // Doghouse Diaries, which has broken alt tags if both exist Updated LICD, alter alt-textify to handle weaker (<6v) signals - Clock In Normal - 1k to U2-8 (AND NOT short to U2-10 - Clock POT is too small; need more than 100k to get what game it's about //and sometimes necessary for old fogeys like me to get what game it's about $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Jesus.

New Pull Request