3
1
Back

$bread); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); } // Poly In Pictures elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Scenes From A Multiverse 3D Printing/AD&D 1e spell names in Filmoscope Quentin/Panels/MAGIC MOUTH.png Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/SPDT-toggle-switch-1M-series.kicad_mod Normal file Unescape ``` git clone https://github.com/georgedorn/ttrss-plugin- _comics plugins/ _comics ``` Create branch from branch.

New Pull Request