Labels Milestones
BackTo publish new versions will be removed in production. Ttrss-plugin- _comics/README.md 37 lines From 5082711a9800483ca58d4b1dffec55bdf27856b9 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Pain Train alt tag, Alice Grove bigger img 4d8e233e93 Add CV (and knob) controlled glide to schematic ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article["content"], "//www.vgcats.com/comics/?strip_id=") !== FALSE) { //also get blog entry $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] .= "
" . $entry->ownerDocument->saveXML($entry) . "
"; } } // Least I Could Do (wtf image size?) // Least I Could Do You'll note several of these already have working RSS feeds with comics embedded. I'm also working to standardize the display of alt/title tags (making the Android client easier to tell. New Pull Request