3
1
Back

$article['content']); } // Dead Philosophers elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // Dead Philosophers elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } Various updates, additions Bourns PTL series, such as: Update README.md 32ece2d681b26731bad50902587b988d6a79e43e updated README.md 3d0ca7fdf6e2ad8d7864221e585c668e46544055 Update README.md 40588ba725f2f6c7240cc5d95c2a8af539e27e15 Update README.md Update README.md 40588ba725f2f6c7240cc5d95c2a8af539e27e15 Update.

New Pull Request