Labels Milestones
Back// Questionable Content (cleanup Merge issues to be +1mm between legs -- Don't put R8 so close to R26 -- D36/R47 too close elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Awkward Zombie elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also.
New Pull Request