3
1
Back

$img){ if ($img->getAttribute('title')) { // Breaking Cat News // Something Positive elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = str_replace('comicsthumbs', 'comics', $article['content']); foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "

"; } } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // only keep everything starting at the first $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // Pain Train alt tag, Alice Grove (get bigger image) elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) .

New Pull Request