3
1
Back

Not Available ttrss-plugin- _comics/init.php 343 lines elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } //noop } // Dead Philosophers elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $doc = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } */ // Girls with Slingshots // Girls with Slingshots elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } foreach($imgs as $img){ $article['content'] .= "

" . $entry->textContent . "

"; } } 0 0 Y N.

New Pull Request