3
1
Back

// Two Lumps // Two Lumps elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // not a comic, just a borked RSS feed elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $img; } $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get.

New Pull Request