Labels Milestones
Back89.75; hole_right = hole_left + 78.5; 0d370a24cd Add VCA shaek layout ttrss-plugin- _comics/init.php 343 lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top point? // Pain Train (to get alt tags elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } Gunnerkrigg and cleanup of alt-tag-only sites Invisible Bread, Softer World (alt tags we don't need to call out for) elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { //also append the blarg post because that's small, interesting, //and sometimes necessary for.
New Pull Request