3
1
Back

(strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Something Positive } if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // SBMC elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } // Dead Philosophers elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Breaking Cat News elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img; } } // Camp Weedonwantcha elseif (strpos($article['link'], 'cad-comic.com/sillies.

New Pull Request