3
1
Back

// Penny Arcade if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // Gunnerkrigg Court elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { // Questionable Content (cleanup) // Questionable Content (cleanup) elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $article['content'] .= "

" . $entry->textContent . "

"; } } } } // XKCD (alt tags we don't need to be severed. [See this image.

New Pull Request