3
1
Back

Unknown elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { // only keep everything starting at the first break, the start a cycle of MS1->MS2->MS3->MS4->MS1, moving on after each break.

New Pull Request