3
1
Back

= $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $img = $matches[1]; } } Clean up code formatting; added a few comics; standardized appending alt/title text 2015-04-12 23:37:10 -07:00 Latest commits for file Docs/precadsr_layout_front.pdf Panels/dual_vca.scad Normal file View File 398c2b234c Checkpoint after fixes but before shrinking boards Checkpoint after re-centering sliders, before removing redundant LED resistors next to transistors to save on panel wires ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } Assorted updates Assorted updates elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get.

New Pull Request