3
1
Back

Dot1165 Dot1166 Dot1167 Dot1168 Dot1170 Dot1180 PH1 ttrss-plugin- _comics/README.md 37 lines ``` cd /path/to/ttrss/ git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } // Questionable Content (cleanup elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } // Breaking Cat News elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $article['content'] = $doc->saveXML(); // Questionable Content (cleanup) $article['content'] .= "

$orig_content

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

New Pull Request