3
1
Back

Merge pull request synth_mages/MK_VCO#7 7#Cumulative fixes from v1.1 ttrss-plugin- _comics/init.php 478 lines elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $article['content'] .= "
" . $msg . ""; } } // CTRL+ALT+DEL elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // Timothy Winchester (People I Know) // Timothy Winchester (People I Know elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); $article['content'] .= "

" . $entry->textContent . "

"; } } // Two Lumps $orig_content = strip_tags($article['content']); // Awkward Zombie elseif (strpos($article['link.

New Pull Request