3
1
Back

"joyimages")]', $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $img_tag . $article['content']; // $article['content'] = $doc->saveHTML(); elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] .= "

Bonus comic:
" . $aftercomic . ""; if (ADD_IDS) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); .

New Pull Request