3
1
Back

0.586824 facet normal -4.647006e-001 -8.116212e-001 3.540118e-001 facet normal -8.287950e-02 2.558130e-03 9.965563e-01 facet normal 9.901835e-01 -1.397736e-01 0.000000e+00 vertex -9.778558e+01 1.060828e+02 2.655000e+01 facet normal -1.011997e-14 5.429241e-15 -1.000000e+00 d8eca8dc7e Go to file From 33729ec97f6dd2ed68c4ca06088ce0b21651948d Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); } // Camp Weedonwantcha foreach ($entries as $entry) { 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); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] .= "

$orig_content

"; //also append the blarg post because that's small, interesting, //and sometimes necessary for old fogeys like me to get.

New Pull Request