3
1
Back

Zombie // Awkward Zombie elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } // SBMC elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { // only keep everything starting at the first // Least I Could Do (wtf image size? If(preg_match("@.*()@", $article['content'], $matches.

New Pull Request