3
1
Back

382 lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Alice Grove bigger img elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // And get blog elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } // } // Least I Could Do.

New Pull Request