3
1
Back

$xpath->query("//div[@id='signoff-wrapper']"); } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisiblebread has no bread $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } // CTRL+ALT+DEL elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; $img = $matches[1]; } .

New Pull Request