Labels Milestones
Back"ID: " . $article['id']; } return $article; } function get_img_tags($xpath, $query, $article){ $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); // $xpath = $this->get_xpath_dealie($article['link']); Updated LICD, alter alt-textify to handle both title and alt tags if (preg_match("@.*( " . $entry->textContent . " // Least I Could Do (wtf image size? If (preg_match("@.*(
$orig_content
New Pull Request