Labels Milestones
Back[PATCH] Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Chainsawsuit // Chainsawsuit elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= "
" . $msg . ""; } } // Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); // Pain Train alt tag, Alice Grove bigger img 4d8e233e93 Add CV in to pause the clock 01bb4964a6 Add CV (and knob) controlled glide to schematic ttrss-plugin- _comics/init.php 392 lines 71248cb440 Updates from real TL0x4s d8eca8dc7ee0c083143ca1478ae7c1277063e5c9
New Pull Request