3
1
Back

2mm above panel (cutting it very close, would need to call out for) $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // Pain Train (to get alt tags) elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = new DOMDocument(); elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request