3
1
Back

Zombie elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $article['content'] = $img_tag . $article['content']; elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Girls with Slingshots $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // And get blog entry $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Cyanide & Happiness elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath.

New Pull Request