3
1
Back

Lines elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $article['content'] = $doc->saveHTML(); elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // And get blog entry $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } if ($rel[0]=='#' || $rel[0]=='?') .

New Pull Request