3
1
Back

Start with MS3. After the first elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } // Joy of Tech elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get the blog $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; // $article['content'] = $img_tag . $article['content']; } // Something Positive elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $doc.

New Pull Request