3
1
Back

Rotary and toggle switches Port in fixes from v1.1 ttrss-plugin- _comics/init.php 356 lines class _comics extends Plugin { catch (Exception $e) { $article['content'] .= "
$orig_content
"; // Awkward Zombie elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Achewood (alt tag already present elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); $article['content'] .= "

" . $entry->textContent . "

"; } } foreach($imgs as $img){ // Softer World (alt tags we don't need to call out for) // XKCD (alt tags we don't need to call out for foreach ($imgs as $img) { $article['content'] .

New Pull Request