3
1
Back

Https://gitea.circuitlocution.com/ /ttrss-plugin- _comics/commit/969311f00cbb6d6ece9a25b5fb1d4e2884e468c0 0d3d72c49e606725216a5a9a4217e6c039d5a574 2d3c489f2acf0f8bdc9cf0fe8c2346d4d07472be 2cddc4d62d38c9e1b69839f92a19e7915eecbceb formatting caixa bits c9e81f0cc6 Image of caxia score 531ebcae92 Add html test version Add radio shaek with cv2 version From d6ebbf1c1b28130c9d340e0b0f0f06a7bc1cfd83 Mon Sep 17 00:00:00 2001 Subject: [PATCH] adds ideas for a VC version. ** not a comic, just a quick and dirty content rewriting engine with code already written for about a dozen webcomics. Examples: Joy of Tech Scenes From A Multiverse (to get alt tags in feedburner (if there are quotes elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } .

New Pull Request