3
1
Back

Lines elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] .= "
Alt: " . $article['id']; } return $article; } /* dirty absolute URL */ /* replace '//' or '/./' or '/foo/../' with '/' */ } /* dirty absolute URL is ready! */ return $scheme . .

New Pull Request