3
1
Back

Aa85775b4759021aae3f9b898bf346f9066d11e7 Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 343 lines elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Two Lumps // Two Lumps elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { // Eat That Toast bog-standard example elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = new DOMXpath($doc); $bread = $xpath->query("//a[contains(@href, 'bonus-panel')]")->item(0); if ($bread) { $bread_page_url = $bread->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } Assorted updates Assorted updates 13c8bcac477b612d33e1b1cfe89a6f9adc0a8935 Adding SynthMages footprint library 4579d541a87627c8f72d8a9f964497261ff44987 More random files 7e24b3de83.

New Pull Request