3
1
Back

2.1 with respect to elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { //noop elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE ) { // Eat That Toast bog-standard example elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } // Camp Weedonwantcha foreach ($entries as $entry){ $article['content'] .= "
" . $msg . ""; } if (ADD_IDS) { $article['content'] .= "

Bonus comic:
" . $aftercomic . "

"; // only keep everything starting at the first // only keep everything.

New Pull Request